[Pkg-haskell-commits] darcs: haskell-yesod-core: Fix upper bound on shakespeare-js

Joachim Breitner mail at joachim-breitner.de
Sat May 3 08:14:18 UTC 2014


Sat May  3 08:13:34 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix upper bound on shakespeare-js

    M ./changelog +6
    M ./control -3 +3

Sat May  3 08:13:34 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix upper bound on shakespeare-js
diff -rN -u old-haskell-yesod-core/changelog new-haskell-yesod-core/changelog
--- old-haskell-yesod-core/changelog	2014-05-03 08:14:18.089064981 +0000
+++ new-haskell-yesod-core/changelog	2014-05-03 08:14:18.089064981 +0000
@@ -1,3 +1,9 @@
+haskell-yesod-core (1.2.6.7-3) UNRELEASED; urgency=medium
+
+  * Fix upper bound on shakespeare-js
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 03 May 2014 10:13:14 +0200
+
 haskell-yesod-core (1.2.6.7-2) unstable; urgency=medium
 
   * Remove bogus upper bound on cereal
diff -rN -u old-haskell-yesod-core/control new-haskell-yesod-core/control
--- old-haskell-yesod-core/control	2014-05-03 08:14:18.089064981 +0000
+++ new-haskell-yesod-core/control	2014-05-03 08:14:18.093064980 +0000
@@ -67,15 +67,15 @@
   , libghc-shakespeare-dev (>= 1.0)
   , libghc-shakespeare-dev (<< 1.3)
   , libghc-shakespeare-prof
+  , libghc-shakespeare-js-dev (>= 1.0.2)
+  , libghc-shakespeare-js-dev (<< 1.3)
+  , libghc-shakespeare-js-prof
   , libghc-shakespeare-css-dev (>= 1.0)
   , libghc-shakespeare-css-dev (<< 1.1)
   , libghc-shakespeare-css-prof
   , libghc-shakespeare-i18n-dev (>= 1.0)
   , libghc-shakespeare-i18n-dev (<< 1.1)
   , libghc-shakespeare-i18n-prof
-  , libghc-shakespeare-js-dev (>= 1.0.2)
-  , libghc-shakespeare-js-dev (<< 1.2)
-  , libghc-shakespeare-js-prof
   , ghc-ghci
   , libghc-text-dev (>= 0.7)
   , libghc-text-prof




More information about the Pkg-haskell-commits mailing list