[Pkg-haskell-commits] darcs: haskell-clientsession: Fix lower bound on base64-bytestring build-dep.

Clint Adams clint at debian.org
Mon Apr 30 22:14:06 UTC 2012


Mon Apr 30 22:09:46 UTC 2012  Clint Adams <clint at debian.org>
  * Fix lower bound on base64-bytestring build-dep.
  Ignore-this: 5fb579f2d4ce2d48fa5c059f7cba07e6

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

Mon Apr 30 22:09:46 UTC 2012  Clint Adams <clint at debian.org>
  * Fix lower bound on base64-bytestring build-dep.
  Ignore-this: 5fb579f2d4ce2d48fa5c059f7cba07e6
diff -rN -u old-haskell-clientsession//changelog new-haskell-clientsession//changelog
--- old-haskell-clientsession//changelog	2012-04-30 22:14:06.271090352 +0000
+++ new-haskell-clientsession//changelog	2012-04-30 22:14:06.275265283 +0000
@@ -1,3 +1,9 @@
+haskell-clientsession (0.7.5-2) UNRELEASED; urgency=low
+
+  * Fix lower bound on base64-bytestring build-dep.
+
+ -- Clint Adams <clint at debian.org>  Mon, 30 Apr 2012 18:06:57 -0400
+
 haskell-clientsession (0.7.5-1) unstable; urgency=low
 
   * New upstream version.
diff -rN -u old-haskell-clientsession//control new-haskell-clientsession//control
--- old-haskell-clientsession//control	2012-04-30 22:14:06.271090352 +0000
+++ new-haskell-clientsession//control	2012-04-30 22:14:06.275265283 +0000
@@ -9,7 +9,7 @@
   , ghc
   , ghc-prof
   , ghc-ghci
-  , libghc-base64-bytestring-dev (>> 0.1.0.3)
+  , libghc-base64-bytestring-dev (>> 0.1.1.1)
   , libghc-base64-bytestring-dev (<< 0.2)
   , libghc-base64-bytestring-prof
   , libghc-cereal-dev (>> 0.3)





More information about the Pkg-haskell-commits mailing list