diff options
| author | Christopher Reichert <creichert07@gmail.com> | 2015-01-22 20:43:36 +0300 |
|---|---|---|
| committer | Christopher Reichert <creichert07@gmail.com> | 2015-01-22 20:43:36 +0300 |
| commit | db7d929e290a9b49dfe121c3e23b8141f160e726 (patch) | |
| tree | f33150c15d44c1f4b6f7f63e3f0854fd865ee4ac /p/haskell-hsqml | |
| parent | 356ed240702381acb450c73052e7e7f37d93cf1e (diff) | |
| download | DHG_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.patch | 10 |
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 -> |
