[Pkg-haskell-commits] darcs: haskell-github: Further loosen too-tight cabal version constraints

Joey Hess joeyh at debian.org
Fri Jan 4 14:49:51 UTC 2013


Tue May 15 00:58:25 UTC 2012  Joey Hess <joeyh at debian.org>
  * Further loosen too-tight cabal version constraints
  Ignore-this: c6ec4ea8cdfad6a1775dfdc39d02dd17
  
  And set build deps to the same versions.
  
  These are quite likely still too tight.

    M ./changelog +7
    M ./control -3 +3
    M ./patches/cabal-dependencies -3 +3

Tue May 15 00:58:25 UTC 2012  Joey Hess <joeyh at debian.org>
  * Further loosen too-tight cabal version constraints
  Ignore-this: c6ec4ea8cdfad6a1775dfdc39d02dd17
  
  And set build deps to the same versions.
  
  These are quite likely still too tight.
diff -rN -u old-haskell-github//changelog new-haskell-github//changelog
--- old-haskell-github//changelog	2013-01-04 14:49:51.111753420 +0000
+++ new-haskell-github//changelog	2013-01-04 14:49:51.167725824 +0000
@@ -1,3 +1,10 @@
+haskell-github (0.2.1-3) unstable; urgency=low
+
+  * Further loosen too-tight cabal version constraints, and
+    set build deps to the same versions.
+
+ -- Joey Hess <joeyh at debian.org>  Mon, 14 May 2012 20:57:01 -0400
+
 haskell-github (0.2.1-2) unstable; urgency=low
 
   * Adjust cabal dependency on aeson so 0.6.0.1 can be used. Closes: #669498
diff -rN -u old-haskell-github//control new-haskell-github//control
--- old-haskell-github//control	2013-01-04 14:49:51.111753420 +0000
+++ new-haskell-github//control	2013-01-04 14:49:51.155718761 +0000
@@ -8,9 +8,9 @@
   , haskell-devscripts (>= 0.8)
   , ghc
   , ghc-prof
-  , libghc-aeson-dev (>= 0.6.0.0)
+  , libghc-aeson-dev (>= 0.6.0.0), libghc-aeson-dev (<< 0.7.0.0)
   , libghc-aeson-prof
-  , libghc-attoparsec-dev (>= 0.10.1.0)
+  , libghc-attoparsec-dev (>= 0.10.1.0), libghc-attoparsec-dev (<< 0.11.0.0)
   , libghc-attoparsec-prof
   , libghc-text-dev
   , libghc-text-prof
@@ -18,7 +18,7 @@
   , libghc-http-prof
   , libghc-network-dev
   , libghc-network-prof
-  , libghc-http-conduit-dev
+  , libghc-http-conduit-dev (>= 1.2.5), libghc-http-conduit-dev (<< 1.3.0)
   , libghc-http-conduit-prof
   , libghc-uri-dev
   , libghc-uri-prof
diff -rN -u old-haskell-github//patches/cabal-dependencies new-haskell-github//patches/cabal-dependencies
--- old-haskell-github//patches/cabal-dependencies	2013-01-04 14:49:51.099734001 +0000
+++ new-haskell-github//patches/cabal-dependencies	2013-01-04 14:49:51.147718989 +0000
@@ -9,9 +9,9 @@
    Build-depends: base >= 4.0 && < 5.0,
                   time,
 -                 aeson == 0.6.0.0,
-+                 aeson == 0.6.0.1,
++                 aeson == 0.6.0.*,
 -                 attoparsec == 0.10.1.0,
-+                 attoparsec == 0.10.1.1,
++                 attoparsec == 0.10.1.*,
                   bytestring,
                   containers,
                   text,
@@ -19,7 +19,7 @@
                   HTTP,
                   network,
 -                 http-conduit == 1.2.6,
-+                 http-conduit == 1.2.5,
++                 http-conduit == 1.2.*,
                   uri,
                   failure,
                   http-types,





More information about the Pkg-haskell-commits mailing list