[Pkg-haskell-commits] darcs: haskell-universe: New upstream version 0.4.0.4.

Clint Adams clint at debian.org
Fri Jan 3 20:15:20 UTC 2014


Fri Jan  3 20:15:14 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.4.0.4.

    M ./changelog +6
    M ./control -10 +9
    A ./patches/
    A ./patches/comonad-4.0
    A ./patches/series

Fri Jan  3 20:15:14 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.4.0.4.
diff -rN -u old-haskell-universe/changelog new-haskell-universe/changelog
--- old-haskell-universe/changelog	2014-01-03 20:15:20.681513417 +0000
+++ new-haskell-universe/changelog	2014-01-03 20:15:20.685513415 +0000
@@ -1,3 +1,9 @@
+haskell-universe (0.4.0.4-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Fri, 03 Jan 2014 15:01:43 -0500
+
 haskell-universe (0.4.0.3-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-universe/control new-haskell-universe/control
--- old-haskell-universe/control	2014-01-03 20:15:20.681513417 +0000
+++ new-haskell-universe/control	2014-01-03 20:15:20.685513415 +0000
@@ -8,22 +8,21 @@
   , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
-  , libghc-comonad-transformers-dev (>> 0.1)
-  , libghc-comonad-transformers-dev (<< 3.2)
-  , libghc-comonad-transformers-prof
-  , libghc-keys-dev (>> 0.1)
+  , libghc-comonad-dev (>= 4.0)
+  , libghc-comonad-prof
+  , libghc-keys-dev (>= 0.1)
   , libghc-keys-dev (<< 4)
   , libghc-keys-prof
-  , libghc-mtl-dev (>> 1.0)
+  , libghc-mtl-dev (>= 1.0)
   , libghc-mtl-dev (<< 2.2)
   , libghc-mtl-prof
-  , libghc-representable-functors-dev (>> 2.4)
-  , libghc-representable-functors-dev (<< 3.2)
+  , libghc-representable-functors-dev (>= 2.4)
+  , libghc-representable-functors-dev (<< 3.3)
   , libghc-representable-functors-prof
-  , libghc-transformers-dev (>> 0.2)
+  , libghc-transformers-dev (>= 0.2)
   , libghc-transformers-dev (<< 0.4)
   , libghc-transformers-prof
-  , libghc-void-dev (>> 0.1)
+  , libghc-void-dev (>= 0.1)
   , libghc-void-dev (<< 0.7)
   , libghc-void-prof
 Build-Depends-Indep: ghc-doc
@@ -33,7 +32,7 @@
   , libghc-representable-functors-doc
   , libghc-transformers-doc
   , libghc-void-doc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://hackage.haskell.org/package/universe
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-universe
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-universe
diff -rN -u old-haskell-universe/patches/comonad-4.0 new-haskell-universe/patches/comonad-4.0
--- old-haskell-universe/patches/comonad-4.0	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-universe/patches/comonad-4.0	2014-01-03 20:15:20.689513413 +0000
@@ -0,0 +1,11 @@
+--- a/universe.cabal
++++ b/universe.cabal
+@@ -30,7 +30,7 @@
+   if impl(ghc >= 7.4)
+     cpp-options:       -DDEFAULT_SIGNATURES
+   build-depends:       base                   >=4   && <5  ,
+-                       comonad-transformers   >=0.1 && <4.0,
++                       comonad                >=4.0        ,
+                        containers             >=0.1 && <1  ,
+                        keys                   >=0.1 && <4  ,
+                        mtl                    >=1.0 && <2.2,
diff -rN -u old-haskell-universe/patches/series new-haskell-universe/patches/series
--- old-haskell-universe/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-universe/patches/series	2014-01-03 20:15:20.689513413 +0000
@@ -0,0 +1 @@
+comonad-4.0




More information about the Pkg-haskell-commits mailing list