summaryrefslogtreecommitdiff
path: root/p/haskell-yesod
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-20 00:09:59 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-20 00:09:59 +0400
commit6b696a55138c69b499980e22c8e05bf4d24d6979 (patch)
tree86d8da739b55867851f409723194434b752aeb73 /p/haskell-yesod
parent4935b951a654e2009a83cef7194eec204c613d6c (diff)
downloadDHG_packages-6b696a55138c69b499980e22c8e05bf4d24d6979.tar.gz
haskell-yesod: Update yesod’s recommends
Diffstat (limited to 'p/haskell-yesod')
-rw-r--r--p/haskell-yesod/debian/changelog1
-rw-r--r--p/haskell-yesod/debian/control40
2 files changed, 27 insertions, 14 deletions
diff --git a/p/haskell-yesod/debian/changelog b/p/haskell-yesod/debian/changelog
index efca1a56d..b0f37605d 100644
--- a/p/haskell-yesod/debian/changelog
+++ b/p/haskell-yesod/debian/changelog
@@ -1,6 +1,7 @@
haskell-yesod (1.1.9.2-2) UNRELEASED; urgency=low
* Add autopkgtest to see if the scaffolding tool actually works
+ * Update yesod’s recommends
-- Joachim Breitner <nomeata@debian.org> Sun, 19 May 2013 22:05:57 +0200
diff --git a/p/haskell-yesod/debian/control b/p/haskell-yesod/debian/control
index 25232db60..d44b5927a 100644
--- a/p/haskell-yesod/debian/control
+++ b/p/haskell-yesod/debian/control
@@ -178,31 +178,43 @@ Package: yesod
Architecture: any
Depends: ${shlibs:Depends}
, ${misc:Depends}
+# generated with
+# grep , *cabal| cut -d, -f2|cut -d\ -f2|sort -u|perl -ne 'chomp; print " , libghc-$_-dev\n"'
Recommends: ghc
- , libghc-yesod-dev
- , libghc-yesod-core-dev
- , libghc-yesod-auth-dev
- , libghc-yesod-default-dev
- , libghc-yesod-static-dev
- , libghc-yesod-test-dev
- , libghc-yesod-form-dev
+ , ghc-ghci
, libghc-aeson-dev
+ , libghc-bytestring-dev
, libghc-clientsession-dev
+ , libghc-conduit-dev
, libghc-data-default-dev
- , libghc-text-dev
+ , libghc-directory-dev
+ , libghc-fast-logger-dev
+ , libghc-hamlet-dev
+ , libghc-hjsmin-dev
+ , libghc-http-conduit-dev
+ , libghc-like-dev
+ , libghc-monad-control-dev
+ , libghc-monad-logger-dev
, libghc-persistent-dev
, libghc-persistent-sqlite-dev
- , ghc-ghci
- , libghc-hamlet-dev
+ , libghc-persistent-template-dev
+ , libghc-resourcet-dev
, libghc-shakespeare-css-dev
, libghc-shakespeare-js-dev
, libghc-shakespeare-text-dev
- , libghc-hjsmin-dev
- , libghc-monad-control-dev
+ , libghc-template-haskell-dev
+ , libghc-text-dev
, libghc-wai-extra-dev
- , libghc-yaml-dev
- , libghc-http-conduit-dev
, libghc-warp-dev
+ , libghc-yaml-dev
+ , libghc-yesod-dev
+ , libghc-yesod-auth-dev
+ , libghc-yesod-core-dev
+ , libghc-yesod-default-dev
+ , libghc-yesod-form-dev
+ , libghc-yesod-platform-dev
+ , libghc-yesod-static-dev
+ , libghc-yesod-test-dev
Suggests: libghc-persistent-postgresql-dev
, libghc-persistent-mongodb-dev
, libghc-mongodb-dev