[DHG_packages] 01/01: aeson: Upgrading from 0.8.0.2 to 0.10.0.0
Clint Adams
clint at moszumanska.debian.org
Mon Jan 11 03:57:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit 11bbcb8209fd2c5d27b13a742cca04be0f76f94e
Author: Clint Adams <clint at debian.org>
Date: Sun Jan 10 22:56:01 2016 -0500
aeson: Upgrading from 0.8.0.2 to 0.10.0.0
---
p/haskell-aeson/debian/changelog | 6 ++++++
p/haskell-aeson/debian/control | 4 ++--
p/haskell-aeson/debian/patches/th-option.diff | 18 ++++++++----------
p/haskell-aeson/debian/patches/threaded-option.diff | 16 +++++++---------
4 files changed, 23 insertions(+), 21 deletions(-)
diff --git a/p/haskell-aeson/debian/changelog b/p/haskell-aeson/debian/changelog
index d375322..fd339a2 100644
--- a/p/haskell-aeson/debian/changelog
+++ b/p/haskell-aeson/debian/changelog
@@ -1,3 +1,9 @@
+haskell-aeson (0.10.0.0-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Sun, 10 Jan 2016 22:56:01 -0500
+
haskell-aeson (0.8.0.2-5) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-aeson/debian/control b/p/haskell-aeson/debian/control
index c7910e3..236feb1 100644
--- a/p/haskell-aeson/debian/control
+++ b/p/haskell-aeson/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9),
cdbs,
ghc,
ghc-prof,
- libghc-attoparsec-dev (>= 0.11.3.4),
+ libghc-attoparsec-dev (>= 0.13.0.1),
libghc-attoparsec-prof,
libghc-dlist-dev (>= 0.2),
libghc-dlist-prof,
@@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 9),
libghc-syb-prof,
libghc-text-dev (>= 1.1.1.0),
libghc-text-prof,
- libghc-unordered-containers-dev (>= 0.2.3.0),
+ libghc-unordered-containers-dev (>= 0.2.5.0),
libghc-unordered-containers-prof,
libghc-vector-dev (>= 0.7.1),
libghc-vector-prof,
diff --git a/p/haskell-aeson/debian/patches/th-option.diff b/p/haskell-aeson/debian/patches/th-option.diff
index 1c97af5..9901cc6 100644
--- a/p/haskell-aeson/debian/patches/th-option.diff
+++ b/p/haskell-aeson/debian/patches/th-option.diff
@@ -1,11 +1,9 @@
-Index: aeson-0.8.0.2/aeson.cabal
-===================================================================
---- aeson-0.8.0.2.orig/aeson.cabal 2014-12-23 13:51:42.483548266 +0100
-+++ aeson-0.8.0.2/aeson.cabal 2014-12-23 13:51:42.483548266 +0100
-@@ -80,6 +80,10 @@
+--- a/aeson.cabal
++++ b/aeson.cabal
+@@ -62,6 +62,10 @@
If true then depend on time < 1.5 together with old-locale.
default: False
-
+
+flag th
+ description: build TH bits
+ default: True
@@ -13,13 +11,13 @@ Index: aeson-0.8.0.2/aeson.cabal
library
exposed-modules:
Data.Aeson
-@@ -87,7 +91,8 @@
- Data.Aeson.Generic
+@@ -70,7 +74,8 @@
+ Data.Aeson.Internal.Time
Data.Aeson.Parser
Data.Aeson.Types
- Data.Aeson.TH
+ if flag(th)
+ exposed-modules: Data.Aeson.TH
-
+
other-modules:
- Data.Aeson.Encode.ByteString
+ Data.Aeson.Encode.Builder
diff --git a/p/haskell-aeson/debian/patches/threaded-option.diff b/p/haskell-aeson/debian/patches/threaded-option.diff
index 8401152..f1f1ef2 100644
--- a/p/haskell-aeson/debian/patches/threaded-option.diff
+++ b/p/haskell-aeson/debian/patches/threaded-option.diff
@@ -1,11 +1,9 @@
-Index: aeson-0.8.0.2/aeson.cabal
-===================================================================
---- aeson-0.8.0.2.orig/aeson.cabal 2014-12-23 13:51:58.479832676 +0100
-+++ aeson-0.8.0.2/aeson.cabal 2014-12-23 13:52:36.524513794 +0100
-@@ -84,6 +84,10 @@
+--- a/aeson.cabal
++++ b/aeson.cabal
+@@ -66,6 +66,10 @@
description: build TH bits
default: True
-
+
+flag threaded
+ description: build threaded
+ default: True
@@ -13,10 +11,10 @@ Index: aeson-0.8.0.2/aeson.cabal
library
exposed-modules:
Data.Aeson
-@@ -132,6 +136,10 @@
+@@ -117,6 +121,10 @@
+
ghc-options: -O2 -Wall
- cpp-options: -DGENERICS
-
+
+ if flag(threaded)
+ ghc-options: -threaded
+
--
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