summaryrefslogtreecommitdiff
path: root/p/haskell-hsqml
diff options
context:
space:
mode:
authorChristopher Reichert <creichert07@gmail.com>2015-01-22 20:43:36 +0300
committerChristopher Reichert <creichert07@gmail.com>2015-01-22 20:43:36 +0300
commitdb7d929e290a9b49dfe121c3e23b8141f160e726 (patch)
treef33150c15d44c1f4b6f7f63e3f0854fd865ee4ac /p/haskell-hsqml
parent356ed240702381acb450c73052e7e7f37d93cf1e (diff)
downloadDHG_packages-db7d929e290a9b49dfe121c3e23b8141f160e726.tar.gz
haskell-hsqml: Add new pkconfig patch file.
Diffstat (limited to 'p/haskell-hsqml')
-rw-r--r--p/haskell-hsqml/debian/patches/pkgconfig-conf-stdout.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/p/haskell-hsqml/debian/patches/pkgconfig-conf-stdout.patch b/p/haskell-hsqml/debian/patches/pkgconfig-conf-stdout.patch
new file mode 100644
index 000000000..a0191cec7
--- /dev/null
+++ b/p/haskell-hsqml/debian/patches/pkgconfig-conf-stdout.patch
@@ -0,0 +1,10 @@
+--- a/Setup.hs 2015-01-22 11:12:48.119095024 -0600
++++ b/Setup.hs 2015-01-22 11:28:05.567114932 -0600
+@@ -288,6 +288,7 @@ regWithQt pkg@PackageDescription { libra
+ Just regFile -> do
+ writeUTF8File (fromMaybe (display (packageId pkg) <.> "conf") regFile) $
+ I.showInstalledPackageInfo instPkgInfo'
++ putStrLn fromMaybe (display (packageId pkg) <.> "conf") regFile
+ _ | fromFlag (regGenScript flags) ->
+ die "Registration scripts are not implemented."
+ | otherwise ->