[DHG_packages] 42/204: csv-conduit: Upgrading from 0.6.6 to 0.6.7

Clint Adams clint at moszumanska.debian.org
Sun Jun 18 16:09:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit d18b7c02d14435321ca4bec90d3bfee70c455c18
Author: Clint Adams <clint at debian.org>
Date:   Sat Jun 17 14:08:09 2017 -0400

    csv-conduit: Upgrading from 0.6.6 to 0.6.7
---
 p/haskell-csv-conduit/debian/changelog               |  6 ++++++
 .../debian/patches/datakinds-and-meta-kind           | 20 --------------------
 p/haskell-csv-conduit/debian/patches/newer-ghc-prim  | 11 -----------
 p/haskell-csv-conduit/debian/patches/series          |  2 --
 4 files changed, 6 insertions(+), 33 deletions(-)

diff --git a/p/haskell-csv-conduit/debian/changelog b/p/haskell-csv-conduit/debian/changelog
index f2a6d5d..d963702 100644
--- a/p/haskell-csv-conduit/debian/changelog
+++ b/p/haskell-csv-conduit/debian/changelog
@@ -1,3 +1,9 @@
+haskell-csv-conduit (0.6.7-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sat, 17 Jun 2017 14:08:09 -0400
+
 haskell-csv-conduit (0.6.6-8) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-csv-conduit/debian/patches/datakinds-and-meta-kind b/p/haskell-csv-conduit/debian/patches/datakinds-and-meta-kind
deleted file mode 100644
index 1daa199..0000000
--- a/p/haskell-csv-conduit/debian/patches/datakinds-and-meta-kind
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/src/Data/CSV/Conduit/Conversion.hs
-+++ b/src/Data/CSV/Conduit/Conversion.hs
-@@ -2,7 +2,7 @@
-              Rank2Types #-}
- #ifdef GENERICS
- {-# LANGUAGE DefaultSignatures, TypeOperators, KindSignatures, FlexibleContexts,
--             MultiParamTypeClasses, UndecidableInstances, ScopedTypeVariables #-}
-+             MultiParamTypeClasses, UndecidableInstances, ScopedTypeVariables, DataKinds #-}
- #endif
- 
- -----------------------------------------------------------------------------
-@@ -856,7 +856,7 @@
- instance FromField a => GFromRecordProd (K1 i a) Record where
-     gparseRecordProd n = (n + 1, \v -> K1 <$> parseField (V.unsafeIndex v n))
- 
--data Proxy s (f :: * -> *) a = Proxy
-+data Proxy (s :: Meta) (f :: * -> *) a = Proxy
- 
- instance (FromField a, Selector s) => GFromRecordProd (M1 S s (K1 i a)) NamedRecord where
-     gparseRecordProd n = (n + 1, \v -> (M1 . K1) <$> v .: name)
diff --git a/p/haskell-csv-conduit/debian/patches/newer-ghc-prim b/p/haskell-csv-conduit/debian/patches/newer-ghc-prim
deleted file mode 100644
index c47e1da..0000000
--- a/p/haskell-csv-conduit/debian/patches/newer-ghc-prim
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/csv-conduit.cabal
-+++ b/csv-conduit.cabal
-@@ -95,7 +95,7 @@ library
- 
-   if impl(ghc >= 7.2.1)
-     cpp-options: -DGENERICS
--    build-depends: ghc-prim >= 0.2 && < 0.5
-+    build-depends: ghc-prim >= 0.2 && < 0.6
- 
- 
- test-suite test
diff --git a/p/haskell-csv-conduit/debian/patches/series b/p/haskell-csv-conduit/debian/patches/series
deleted file mode 100644
index 4f75934..0000000
--- a/p/haskell-csv-conduit/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-newer-ghc-prim
-datakinds-and-meta-kind

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list