diff options
| author | Christopher Reichert <creichert07@gmail.com> | 2015-01-22 21:01:40 +0300 |
|---|---|---|
| committer | Christopher Reichert <creichert07@gmail.com> | 2015-01-22 21:01:40 +0300 |
| commit | 8b3151c7ff2655113e4bc91aeec64c384b544cb2 (patch) | |
| tree | 41fc556df91f715fd46e71eae91f796cff41addd /p/haskell-hsqml | |
| parent | db7d929e290a9b49dfe121c3e23b8141f160e726 (diff) | |
| download | DHG_packages-8b3151c7ff2655113e4bc91aeec64c384b544cb2.tar.gz | |
haskell-hsqml: Fix typo and remove fuzz from new patch.
Diffstat (limited to 'p/haskell-hsqml')
| -rw-r--r-- | p/haskell-hsqml/debian/patches/pkgconfig-conf-stdout.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/p/haskell-hsqml/debian/patches/pkgconfig-conf-stdout.patch b/p/haskell-hsqml/debian/patches/pkgconfig-conf-stdout.patch index a0191cec7..14f400f04 100644 --- a/p/haskell-hsqml/debian/patches/pkgconfig-conf-stdout.patch +++ b/p/haskell-hsqml/debian/patches/pkgconfig-conf-stdout.patch @@ -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@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 -> |
