[Pkg-haskell-commits] darcs: haskell-csv-conduit: staging conduit 1.1 transition

Clint Adams clint at debian.org
Tue Jun 10 13:56:38 UTC 2014


Tue Jun 10 13:54:36 UTC 2014  Clint Adams <clint at debian.org>
  * staging conduit 1.1 transition

    M ./changelog -2 +6
    M ./control -6 +28
    A ./patches/
    A ./patches/no-attoparsec-conduit.diff
    A ./patches/series

Tue Jun 10 13:54:36 UTC 2014  Clint Adams <clint at debian.org>
  * staging conduit 1.1 transition
diff -rN -u old-haskell-csv-conduit/changelog new-haskell-csv-conduit/changelog
--- old-haskell-csv-conduit/changelog	2014-06-10 13:56:38.309879480 +0000
+++ new-haskell-csv-conduit/changelog	2014-06-10 13:56:38.309879480 +0000
@@ -1,8 +1,12 @@
-haskell-csv-conduit (0.5.1-3) UNRELEASED; urgency=low
+haskell-csv-conduit (0.6.3-1) unstable; urgency=medium
 
+  [ Joachim Breitner ]
   * Adjust watch file to new hackage layout
 
- -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:20:00 +0200
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Fri, 06 Jun 2014 22:53:00 -0400
 
 haskell-csv-conduit (0.5.1-2) unstable; urgency=low
 
diff -rN -u old-haskell-csv-conduit/control new-haskell-csv-conduit/control
--- old-haskell-csv-conduit/control	2014-06-10 13:56:38.309879480 +0000
+++ new-haskell-csv-conduit/control	2014-06-10 13:56:38.309879480 +0000
@@ -8,30 +8,52 @@
   , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
-  , libghc-attoparsec-dev (>> 0.10)
+  , libghc-attoparsec-dev (>= 0.10)
   , libghc-attoparsec-prof
-  , libghc-attoparsec-conduit-dev (>> 0.5.0.2)
-  , libghc-attoparsec-conduit-prof
-  , libghc-conduit-dev (>> 1.0)
+  , libghc-conduit-dev (>= 1.0)
   , libghc-conduit-dev (<< 2.0)
   , libghc-conduit-prof
+  , libghc-conduit-extra-dev
+  , libghc-conduit-extra-prof
   , libghc-data-default-dev
   , libghc-data-default-prof
+  , libghc-mmorph-dev
+  , libghc-mmorph-prof
   , libghc-monad-control-dev
   , libghc-monad-control-prof
+  , libghc-mtl-dev
+  , libghc-mtl-prof
+  , libghc-primitive-dev
+  , libghc-primitive-prof
+  , libghc-resourcet-dev
+  , libghc-resourcet-prof
   , libghc-text-dev
   , libghc-text-prof
-  , libghc-hunit-dev (>> 1.2)
+  , libghc-transformers-dev
+  , libghc-transformers-prof
+  , libghc-unordered-containers-dev
+  , libghc-unordered-containers-prof
+  , libghc-vector-dev
+  , libghc-vector-prof
+  , libghc-hunit-dev (>= 1.2)
   , libghc-test-framework-dev
   , libghc-test-framework-hunit-dev
 Build-Depends-Indep: ghc-doc
   , libghc-attoparsec-doc
   , libghc-attoparsec-conduit-doc
   , libghc-conduit-doc
+  , libghc-conduit-extra-doc
   , libghc-data-default-doc
+  , libghc-mmorph-doc
   , libghc-monad-control-doc
+  , libghc-mtl-doc
+  , libghc-primitive-doc
+  , libghc-resourcet-doc
   , libghc-text-doc
-Standards-Version: 3.9.4
+  , libghc-transformers-doc
+  , libghc-unordered-containers-doc
+  , libghc-vector-doc
+Standards-Version: 3.9.5
 Homepage: http://hackage.haskell.org/package/csv-conduit
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-csv-conduit
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-csv-conduit
diff -rN -u old-haskell-csv-conduit/patches/no-attoparsec-conduit.diff new-haskell-csv-conduit/patches/no-attoparsec-conduit.diff
--- old-haskell-csv-conduit/patches/no-attoparsec-conduit.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-csv-conduit/patches/no-attoparsec-conduit.diff	2014-06-10 13:56:38.309879480 +0000
@@ -0,0 +1,10 @@
+--- a/csv-conduit.cabal
++++ b/csv-conduit.cabal
+@@ -74,7 +74,6 @@
+   hs-source-dirs: src
+   build-depends:
+       attoparsec >= 0.10
+-    , attoparsec-conduit >= 0.5.0.2
+     , base >= 4 && < 5
+     , bytestring
+     , conduit >= 1.0 && < 2.0
diff -rN -u old-haskell-csv-conduit/patches/series new-haskell-csv-conduit/patches/series
--- old-haskell-csv-conduit/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-csv-conduit/patches/series	2014-06-10 13:56:38.313879473 +0000
@@ -0,0 +1 @@
+no-attoparsec-conduit.diff




More information about the Pkg-haskell-commits mailing list