[Pkg-haskell-commits] darcs: haskell-hsqml: Fix typo and remove fuzz from new patch.

Christopher Reichert creichert07 at gmail.com
Thu Jan 22 18:05:41 UTC 2015


Thu Jan 22 18:01:40 UTC 2015  Christopher Reichert <creichert07 at gmail.com>
  * Fix typo and remove fuzz from new patch.

    M ./patches/pkgconfig-conf-stdout.patch -4 +4

Thu Jan 22 18:01:40 UTC 2015  Christopher Reichert <creichert07 at gmail.com>
  * Fix typo and remove fuzz from new patch.
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	2015-01-22 18:05:40.912507228 +0000
+++ new-haskell-hsqml/patches/pkgconfig-conf-stdout.patch	2015-01-22 18:05:40.916507230 +0000
@@ -1,10 +1,10 @@
---- a/Setup.hs	2015-01-22 11:12:48.119095024 -0600
-+++ b/Setup.hs	2015-01-22 11:28:05.567114932 -0600
+--- a/Setup.hs
++++ b/Setup.hs
 @@ -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
++      putStrLn $ fromMaybe (display (packageId pkg) <.> "conf") regFile
      _ | fromFlag (regGenScript flags) ->
        die "Registration scripts are not implemented."
-       | otherwise ->
+       | otherwise -> 




More information about the Pkg-haskell-commits mailing list