summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-12 14:15:33 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-12 14:18:00 +0200
commit39eed1fd1d5fe2629f5b647244e5fccd4ec5f08b (patch)
treef46dba1b7569c06333d976b41a07a833fb52c3d2
parent9d9c17ed4a10da5c8fcf6e740c4baebc795aa2df (diff)
downloadDHG_packages-39eed1fd1d5fe2629f5b647244e5fccd4ec5f08b.tar.gz
Recover yesod-bin’s build-dependencies
-rw-r--r--p/haskell-yesod-bin/debian/control4
1 files changed, 4 insertions, 0 deletions
diff --git a/p/haskell-yesod-bin/debian/control b/p/haskell-yesod-bin/debian/control
index f34f10c6c..70062116b 100644
--- a/p/haskell-yesod-bin/debian/control
+++ b/p/haskell-yesod-bin/debian/control
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9),
cdbs,
ghc,
ghc-prof,
+ ghc-ghci,
libghc-cabal-dev,
libghc-async-dev,
libghc-attoparsec-dev (>= 0.10),
@@ -65,6 +66,9 @@ Depends: ${haskell:Depends},
${shlibs:Depends},
${misc:Depends},
Recommends: ghc,
+# generated with
+# grep , *cabal | grep '>=' | cut -d, -f2|cut -d\ -f2|sort -u|perl -ne 'chomp; $_ = lc $_; print " , libghc-$_-dev\n"'
+# in a "yesod init" directory
libghc-aeson-dev,
libghc-classy-prelude-dev,
libghc-classy-prelude-conduit-dev,