[Pkg-haskell-commits] darcs: haskell-yesod-bin: Add recommends to yesod package

Joachim Breitner mail at joachim-breitner.de
Sun Aug 11 22:15:01 UTC 2013


Sun Aug 11 20:52:59 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Add recommends to yesod package

    M ./control -1 +35

Sun Aug 11 20:52:59 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Add recommends to yesod package
diff -rN -u old-haskell-yesod-bin/control new-haskell-yesod-bin/control
--- old-haskell-yesod-bin/control	2013-08-11 22:15:01.339085808 +0000
+++ new-haskell-yesod-bin/control	2013-08-11 22:15:01.410536442 +0000
@@ -65,7 +65,41 @@
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
   , ${misc:Depends}
-Recommends: ${haskell:Recommends}
+Recommends:
+ ghc
+# generated with
+# grep , *cabal | grep '>=' | cut -d,  -f2|cut -d\  -f2|sort -u|perl -ne 'chomp; $_ = lc $_; print " , libghc-$_-dev\n"'
+ , libghc-attoparsec-dev
+ , libghc-blaze-builder-dev
+ , libghc-bytestring-dev
+ , libghc-conduit-dev
+ , libghc-containers-dev
+ , libghc-directory-dev
+ , libghc-filepath-dev
+ , libghc-fsnotify-dev
+ , libghc-ghc-dev
+ , libghc-ghc-paths-dev
+ , libghc-http-reverse-proxy-dev
+ , libghc-http-types-dev
+ , libghc-optparse-applicative-dev
+ , libghc-parsec-dev
+ , libghc-project-template-dev
+ , libghc-resourcet-dev
+ , libghc-shakespeare-dev
+ , libghc-shakespeare-css-dev
+ , libghc-shakespeare-js-dev
+ , libghc-shakespeare-text-dev
+ , libghc-split-dev
+ , libghc-system-fileio-dev
+ , libghc-system-filepath-dev
+ , libghc-tar-dev
+ , libghc-text-dev
+ , libghc-time-dev
+ , libghc-unix-compat-dev
+ , libghc-wai-dev
+ , libghc-warp-dev
+ , libghc-yaml-dev
+ , libghc-zlib-dev
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Yesod helper executables




More information about the Pkg-haskell-commits mailing list