[Pkg-haskell-commits] darcs: haskell-yesod: Update yesod’s recommends
Joachim Breitner
mail at joachim-breitner.de
Sun May 19 20:19:29 UTC 2013
Sun May 19 20:09:59 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Update yesod[_\e2_][_\80_][_\99_]s recommends
Ignore-this: 27b7c996801191eea1d3e34479e0f665
M ./changelog +1
M ./control -14 +26
Sun May 19 20:09:59 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Update yesod’s recommends
Ignore-this: 27b7c996801191eea1d3e34479e0f665
diff -rN -u old-haskell-yesod//changelog new-haskell-yesod//changelog
--- old-haskell-yesod//changelog 2013-05-19 20:19:29.003213529 +0000
+++ new-haskell-yesod//changelog 2013-05-19 20:19:29.011054027 +0000
@@ -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 at debian.org> Sun, 19 May 2013 22:05:57 +0200
diff -rN -u old-haskell-yesod//control new-haskell-yesod//control
--- old-haskell-yesod//control 2013-05-19 20:19:28.999181913 +0000
+++ new-haskell-yesod//control 2013-05-19 20:19:29.007118476 +0000
@@ -178,31 +178,43 @@
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
More information about the Pkg-haskell-commits
mailing list