[DHG_packages] 01/05: aeson: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 16:22:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 817f8fcdcdbd1c00f2862a9dd1c24dbb7cee032c
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 12:16:29 2016 -0400
aeson: build with ghc 8 in experimental
---
p/haskell-aeson/debian/changelog | 6 +++
p/haskell-aeson/debian/control | 84 +++++++++++++++++++---------------
p/haskell-aeson/debian/patches/no-fail | 10 ++++
p/haskell-aeson/debian/patches/series | 1 +
4 files changed, 64 insertions(+), 37 deletions(-)
diff --git a/p/haskell-aeson/debian/changelog b/p/haskell-aeson/debian/changelog
index 8f07172..2445b69 100644
--- a/p/haskell-aeson/debian/changelog
+++ b/p/haskell-aeson/debian/changelog
@@ -1,3 +1,9 @@
+haskell-aeson (0.11.2.1-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 12:16:20 -0400
+
haskell-aeson (0.11.2.1-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-aeson/debian/control b/p/haskell-aeson/debian/control
index 9eb696a..7c73462 100644
--- a/p/haskell-aeson/debian/control
+++ b/p/haskell-aeson/debian/control
@@ -1,57 +1,56 @@
Source: haskell-aeson
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
+ libghc-attoparsec-dev,
libghc-attoparsec-dev (>= 0.13.0.1),
libghc-attoparsec-prof,
+ libghc-base-orphans-dev (<< 0.6),
+ libghc-base-orphans-dev (>= 0.5.3),
libghc-dlist-dev (>= 0.2),
libghc-dlist-prof,
- libghc-fail-dev (>= 4.9),
- libghc-fail-dev (<< 4.10),
- libghc-fail-prof,
libghc-hashable-dev (>= 1.1.2.0),
libghc-hashable-prof,
+ libghc-hunit-dev,
libghc-mtl-dev,
libghc-mtl-prof,
- libghc-scientific-dev (>= 0.3.1),
+ libghc-quickcheck-instances-dev (>= 0.3.12),
+ libghc-quickcheck2-dev,
libghc-scientific-dev (<< 0.4),
+ libghc-scientific-dev (>= 0.3.1),
libghc-scientific-prof,
- libghc-semigroups-dev (>= 0.16.1),
libghc-semigroups-dev (<< 0.19),
+ libghc-semigroups-dev (>= 0.16.1),
libghc-semigroups-prof,
libghc-syb-dev,
libghc-syb-prof,
- libghc-tagged-dev (>= 0.8.3),
libghc-tagged-dev (<< 0.9),
+ libghc-tagged-dev (>= 0.8.3),
libghc-tagged-prof,
- libghc-text-dev (>= 1.1.1.0),
- libghc-text-prof,
- libghc-unordered-containers-dev (>= 0.2.5.0),
- libghc-unordered-containers-prof,
- libghc-vector-dev (>= 0.8),
- libghc-vector-prof,
- libghc-hunit-dev,
- libghc-quickcheck2-dev,
- libghc-attoparsec-dev,
libghc-test-framework-dev,
libghc-test-framework-hunit-dev,
libghc-test-framework-quickcheck2-dev,
- libghc-base-orphans-dev (>= 0.5.3),
- libghc-base-orphans-dev (<< 0.6),
libghc-text-dev,
+ libghc-text-dev (>= 1.1.1.0),
+ libghc-text-prof,
libghc-unordered-containers-dev,
+ libghc-unordered-containers-dev (>= 0.2.5.0),
+ libghc-unordered-containers-prof,
libghc-vector-dev,
- libghc-quickcheck-instances-dev (>= 0.3.12),
-Build-Depends-Indep: ghc-doc,
+ libghc-vector-dev (>= 0.8),
+ libghc-vector-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-attoparsec-doc,
libghc-dlist-doc,
- libghc-fail-doc,
libghc-hashable-doc,
libghc-mtl-doc,
libghc-scientific-doc,
@@ -63,17 +62,21 @@ Build-Depends-Indep: ghc-doc,
libghc-vector-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/bos/aeson
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-aeson
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-aeson-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Fast JSON parsing and encoding library${haskell:ShortBlurb}
It is a JSON parsing and encoding library optimized for ease of use
and high performance.
@@ -82,11 +85,15 @@ Description: Fast JSON parsing and encoding library${haskell:ShortBlurb}
Package: libghc-aeson-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Fast JSON parsing and encoding library${haskell:ShortBlurb}
It is a JSON parsing and encoding library optimized for ease of use
and high performance.
@@ -96,10 +103,13 @@ Description: Fast JSON parsing and encoding library${haskell:ShortBlurb}
Package: libghc-aeson-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Fast JSON parsing and encoding library${haskell:ShortBlurb}
It is a JSON parsing and encoding library optimized for ease of use
and high performance.
diff --git a/p/haskell-aeson/debian/patches/no-fail b/p/haskell-aeson/debian/patches/no-fail
new file mode 100644
index 0000000..2cdcd64
--- /dev/null
+++ b/p/haskell-aeson/debian/patches/no-fail
@@ -0,0 +1,10 @@
+--- a/aeson.cabal
++++ b/aeson.cabal
+@@ -103,7 +103,6 @@ library
+ containers,
+ deepseq,
+ dlist >= 0.2,
+- fail == 4.9.*,
+ ghc-prim >= 0.2,
+ hashable >= 1.1.2.0,
+ mtl,
diff --git a/p/haskell-aeson/debian/patches/series b/p/haskell-aeson/debian/patches/series
index 79ecbcd..42b61d8 100644
--- a/p/haskell-aeson/debian/patches/series
+++ b/p/haskell-aeson/debian/patches/series
@@ -1,2 +1,3 @@
th-option.diff
threaded-option.diff
+no-fail
--
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