[Pkg-haskell-commits] darcs: haskell-persistent-postgresql: Fix build-depends

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 14:46:52 UTC 2014


Mon Dec 22 12:24:54 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix build-depends

    M ./control -21 +24

Mon Dec 22 12:24:54 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix build-depends
diff -rN -u old-haskell-persistent-postgresql/control new-haskell-persistent-postgresql/control
--- old-haskell-persistent-postgresql/control	2014-12-22 14:46:52.766061271 +0000
+++ new-haskell-persistent-postgresql/control	2014-12-22 14:46:52.766061271 +0000
@@ -8,37 +8,40 @@
   , cdbs
   , ghc
   , ghc-prof
-  , libghc-aeson-dev (>> 0.5)
-  , libghc-aeson-prof
-  , libghc-blaze-builder-dev
-  , libghc-blaze-builder-prof
-  , libghc-conduit-dev (>> 0.5.3)
-  , libghc-conduit-prof
-  , libghc-monad-control-dev (>> 0.2)
-  , libghc-monad-control-prof
-  , libghc-persistent-dev (>> 1.3)
-  , libghc-persistent-dev (<< 1.4)
-  , libghc-persistent-prof
+  , libghc-postgresql-simple-dev (>> 0.4)
+  , libghc-postgresql-simple-dev (<< 0.5)
+  , libghc-postgresql-simple-prof
   , libghc-postgresql-libpq-dev (>> 0.6.1)
   , libghc-postgresql-libpq-dev (<< 0.10)
   , libghc-postgresql-libpq-prof
-  , libghc-postgresql-simple-dev (>> 0.3.10)
-  , libghc-postgresql-simple-dev (<< 0.5)
-  , libghc-postgresql-simple-prof
+  , libghc-persistent-dev (>> 2.1)
+  , libghc-persistent-dev (<< 3)
+  , libghc-persistent-prof
   , libghc-text-dev (>> 0.7)
   , libghc-text-prof
-  , libghc-resourcet-dev
+  , libghc-monad-control-dev (>> 0.2)
+  , libghc-monad-control-prof
+  , libghc-blaze-builder-dev
+  , libghc-blaze-builder-prof
+  , libghc-aeson-dev (>> 0.5)
+  , libghc-aeson-prof
+  , libghc-conduit-dev (>> 0.5.3)
+  , libghc-conduit-prof
+  , libghc-resourcet-dev (>= 1.1)
   , libghc-resourcet-prof
+  , libghc-monad-logger-dev (>= 0.3.4)
+  , libghc-monad-logger-prof
 Build-Depends-Indep: ghc-doc
-  , libghc-aeson-doc
-  , libghc-blaze-builder-doc
-  , libghc-conduit-doc
-  , libghc-monad-control-doc
-  , libghc-persistent-doc
-  , libghc-postgresql-libpq-doc
   , libghc-postgresql-simple-doc
+  , libghc-postgresql-libpq-doc
+  , libghc-persistent-doc
   , libghc-text-doc
+  , libghc-monad-control-doc
+  , libghc-blaze-builder-doc
+  , libghc-aeson-doc
+  , libghc-conduit-doc
   , libghc-resourcet-doc
+  , libghc-monad-logger-doc
 Standards-Version: 3.9.4
 Homepage: http://www.yesodweb.com/book/persistent
 




More information about the Pkg-haskell-commits mailing list