[Pkg-haskell-commits] darcs: haskell-yesod-form: Fix build depends
Joachim Breitner
mail at joachim-breitner.de
Fri May 2 18:18:34 UTC 2014
Fri May 2 18:17:11 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Fix build depends
R ./patches/
M ./control -2 +2
Fri May 2 18:17:11 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Fix build depends
diff -rN -u old-haskell-yesod-form/control new-haskell-yesod-form/control
--- old-haskell-yesod-form/control 2014-05-02 18:18:34.855044630 +0000
+++ new-haskell-yesod-form/control 2014-05-02 18:18:34.855044630 +0000
@@ -29,7 +29,7 @@
, libghc-network-dev (>> 2.2)
, libghc-network-prof
, libghc-persistent-dev (>> 1.2)
- , libghc-persistent-dev (<< 1.3)
+ , libghc-persistent-dev (<< 1.4)
, libghc-persistent-prof
, libghc-resourcet-dev
, libghc-resourcet-prof
@@ -52,7 +52,7 @@
, libghc-yesod-core-dev (<< 1.3)
, libghc-yesod-core-prof
, libghc-yesod-persistent-dev (>> 1.2)
- , libghc-yesod-persistent-dev (<< 1.4)
+ , libghc-yesod-persistent-dev (<< 1.3)
, libghc-yesod-persistent-prof
, libghc-hspec-dev
Build-Depends-Indep: ghc-doc
More information about the Pkg-haskell-commits
mailing list