[Pkg-haskell-commits] darcs: haskell-hsqml: Add new pkconfig patch file.

Christopher Reichert creichert07 at gmail.com
Thu Jan 22 17:44:44 UTC 2015


Thu Jan 22 17:43:36 UTC 2015  Christopher Reichert <creichert07 at gmail.com>
  * Add new pkconfig patch file.

    A ./patches/pkgconfig-conf-stdout.patch

Thu Jan 22 17:43:36 UTC 2015  Christopher Reichert <creichert07 at gmail.com>
  * Add new pkconfig patch file.
diff -rN -u old-haskell-hsqml/patches/pkgconfig-conf-stdout.patch new-haskell-hsqml/patches/pkgconfig-conf-stdout.patch
--- old-haskell-hsqml/patches/pkgconfig-conf-stdout.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsqml/patches/pkgconfig-conf-stdout.patch	2015-01-22 17:44:44.591493903 +0000
@@ -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 at 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 ->




More information about the Pkg-haskell-commits mailing list