[Pkg-haskell-commits] darcs: haskell-distributive: New upstream version 0.3.

Clint Adams clint at debian.org
Sat Feb 9 06:11:32 UTC 2013


Sat Feb  9 06:11:19 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 0.3.
  Ignore-this: 6a36366fa67274b50080bd5f5cf616e9

    M ./changelog +7
    M ./control -11 +12
    A ./patches/
    A ./patches/no-transformers-compat.diff
    A ./patches/series

Sat Feb  9 06:11:19 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 0.3.
  Ignore-this: 6a36366fa67274b50080bd5f5cf616e9
diff -rN -u old-haskell-distributive//changelog new-haskell-distributive//changelog
--- old-haskell-distributive//changelog	2013-02-09 06:11:31.559349538 +0000
+++ new-haskell-distributive//changelog	2013-02-09 06:11:31.559349538 +0000
@@ -1,3 +1,10 @@
+haskell-distributive (0.3-1) experimental; urgency=low
+
+  * New upstream version.
+  * Patch away spurious transformers-compat dependency.
+
+ -- Clint Adams <clint at debian.org>  Sat, 09 Feb 2013 01:06:27 -0500
+
 haskell-distributive (0.2.2-2) experimental; urgency=low
 
   * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
diff -rN -u old-haskell-distributive//control new-haskell-distributive//control
--- old-haskell-distributive//control	2013-02-09 06:11:31.543737562 +0000
+++ new-haskell-distributive//control	2013-02-09 06:11:31.559349538 +0000
@@ -4,15 +4,16 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Iulian Udrea <iulian at linux.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7),
-               cdbs, 
-               haskell-devscripts (>= 0.8.13), 
-               ghc, 
-               ghc-prof,
-               libghc-transformers-dev (>= 0.2),
-               libghc-transformers-dev (<< 0.4),
-               libghc-transformers-prof
-Build-Depends-Indep: ghc-doc, libghc-transformers-doc
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.8.13)
+ , ghc
+ , ghc-prof
+ , libghc-transformers-dev (>> 0.3)
+ , libghc-transformers-dev (<< 0.4)
+ , libghc-transformers-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-transformers-doc
 Standards-Version: 3.9.4
 Homepage: http://hackage.haskell.org/package/distributive
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-distributive
@@ -24,8 +25,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell 98 Distributive functors -- Dual to Traversable 
- Haskell 98 Distributive functors -- Dual to Traversable. 
+Description: Haskell 98 Distributive functors -- Dual to Traversable
+ Haskell 98 Distributive functors -- Dual to Traversable.
  .
  This package provides a library for the Haskell programming language.
  See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-distributive//patches/no-transformers-compat.diff new-haskell-distributive//patches/no-transformers-compat.diff
--- old-haskell-distributive//patches/no-transformers-compat.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-distributive//patches/no-transformers-compat.diff	2013-02-09 06:11:31.563719878 +0000
@@ -0,0 +1,12 @@
+--- a/distributive.cabal
++++ b/distributive.cabal
+@@ -33,8 +33,7 @@
+ library
+   build-depends:
+     base                >= 4   && < 5,
+-    transformers        >= 0.2 && < 0.4,
+-    transformers-compat >= 0.1 && < 0.2
++    transformers        >= 0.3 && < 0.4
+ 
+   hs-source-dirs:  src
+   exposed-modules: Data.Distributive
diff -rN -u old-haskell-distributive//patches/series new-haskell-distributive//patches/series
--- old-haskell-distributive//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-distributive//patches/series	2013-02-09 06:11:31.566846024 +0000
@@ -0,0 +1 @@
+no-transformers-compat.diff





More information about the Pkg-haskell-commits mailing list