[Pkg-haskell-commits] darcs: haskell-yesod-auth: Fix build-depends

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 15:22:33 UTC 2014


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

    M ./control -1 +1

Mon Dec 22 08:29:24 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix build-depends
diff -rN -u old-haskell-yesod-auth/control new-haskell-yesod-auth/control
--- old-haskell-yesod-auth/control	2014-12-22 15:22:33.727033362 +0000
+++ new-haskell-yesod-auth/control	2014-12-22 15:22:33.727033362 +0000
@@ -49,7 +49,7 @@
   , libghc-persistent-dev (<< 2.2)
   , libghc-persistent-prof
   , libghc-persistent-template-dev (>= 2.1)
-  , libghc-persistent-template-dev (>= 2.2)
+  , libghc-persistent-template-dev (<< 2.2)
   , libghc-persistent-template-prof
   , libghc-random-dev (>= 1.0.0.2)
   , libghc-random-prof




More information about the Pkg-haskell-commits mailing list