[Pkg-haskell-commits] darcs: haskell-cabal-install: Fix "unsatisfied versioned build dep on libghc-http-dev" by updating the dependency constraint of libghc-http-dev to (<< 1:4001). (Closes: #626772)

Marco Silva marcot at debian.org
Thu May 19 00:03:35 UTC 2011


Thu May 19 00:01:17 UTC 2011  Marco Silva <marcot at debian.org>
  * Fix "unsatisfied versioned build dep on libghc-http-dev" by updating the dependency constraint of libghc-http-dev to (<< 1:4001). (Closes: #626772)
  Ignore-this: 5726cb889f1cf7fb66a47cd0bf4a976b

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

Thu May 19 00:01:17 UTC 2011  Marco Silva <marcot at debian.org>
  * Fix "unsatisfied versioned build dep on libghc-http-dev" by updating the dependency constraint of libghc-http-dev to (<< 1:4001). (Closes: #626772)
  Ignore-this: 5726cb889f1cf7fb66a47cd0bf4a976b
diff -rN -u old-haskell-cabal-install/changelog new-haskell-cabal-install/changelog
--- old-haskell-cabal-install/changelog	2011-05-19 00:03:28.776912210 +0000
+++ new-haskell-cabal-install/changelog	2011-05-19 00:03:28.780912423 +0000
@@ -1,3 +1,11 @@
+haskell-cabal-install (0.10.2-2) UNRELEASED; urgency=low
+
+  * Fix "unsatisfied versioned build dep on libghc-http-dev" by updating
+    the dependency constraint of libghc-http-dev to (<< 1:4001).
+    (Closes: #626772)
+
+ -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Wed, 18 May 2011 21:00:31 -0300
+
 haskell-cabal-install (0.10.2-1) unstable; urgency=low
 
   [ Marco Túlio Gontijo e Silva ]
diff -rN -u old-haskell-cabal-install/control new-haskell-cabal-install/control
--- old-haskell-cabal-install/control	2011-05-19 00:03:28.776912210 +0000
+++ new-haskell-cabal-install/control	2011-05-19 00:03:28.780912423 +0000
@@ -9,7 +9,7 @@
                bash-completion (>= 1.0),
                ghc (>= 6.8),
                libghc-http-dev (>= 40000002),
-               libghc-http-dev (<< 40010000),
+               libghc-http-dev (<< 1:4001),
                libghc-network-dev (>= 1),
                libghc-network-dev (<< 3),
                libghc-zlib-dev (>= 0.4),





More information about the Pkg-haskell-commits mailing list