[DHG_packages] 02/04: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 17:47:49 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 e5da19e8b8c67b609d17c2d4157bf225bb048530
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 13:44:47 2016 -0400
build with ghc 8 in experimental
---
p/haskell-exceptions/debian/changelog | 6 ++++
p/haskell-exceptions/debian/control | 63 +++++++++++++++++------------------
2 files changed, 36 insertions(+), 33 deletions(-)
diff --git a/p/haskell-exceptions/debian/changelog b/p/haskell-exceptions/debian/changelog
index 7607d90..6b2135b 100644
--- a/p/haskell-exceptions/debian/changelog
+++ b/p/haskell-exceptions/debian/changelog
@@ -1,3 +1,9 @@
+haskell-exceptions (0.8.3-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 13:44:32 -0400
+
haskell-exceptions (0.8.3-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-exceptions/debian/control b/p/haskell-exceptions/debian/control
index 43b9cfc..0231f4c 100644
--- a/p/haskell-exceptions/debian/control
+++ b/p/haskell-exceptions/debian/control
@@ -3,37 +3,38 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Clint Adams <clint at debian.org>, Dmitry Bogatov <KAction at gnu.org>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-mtl-dev (>= 2.0),
+ haskell-devscripts (>= 0.10),
+ libghc-mtl-dev,
libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0),
libghc-mtl-prof,
- libghc-stm-dev (>= 2.2),
- libghc-stm-dev (<< 3),
- libghc-stm-prof,
- libghc-transformers-compat-dev (>= 0.3),
- libghc-transformers-compat-dev (<< 0.6),
- libghc-transformers-compat-prof,
- libghc-quickcheck2-dev (>= 2.5),
libghc-quickcheck2-dev (<< 2.10),
- libghc-mtl-dev,
+ libghc-quickcheck2-dev (<< 2.9),
+ libghc-quickcheck2-dev (>= 2.5),
libghc-stm-dev,
- libghc-test-framework-dev (>= 0.8),
+ libghc-stm-dev (<< 3),
+ libghc-stm-dev (>= 2.2),
+ libghc-stm-prof,
libghc-test-framework-dev (<< 0.9),
- libghc-test-framework-quickcheck2-dev (>= 0.3),
+ libghc-test-framework-dev (>= 0.8),
libghc-test-framework-quickcheck2-dev (<< 0.4),
- libghc-quickcheck2-dev (>= 2.5),
- libghc-quickcheck2-dev (<< 2.9),
-Build-Depends-Indep: ghc-doc,
+ libghc-test-framework-quickcheck2-dev (>= 0.3),
+ libghc-transformers-compat-dev (<< 0.6),
+ libghc-transformers-compat-dev (>= 0.3),
+ libghc-transformers-compat-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-mtl-doc,
libghc-stm-doc,
libghc-transformers-compat-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/ekmett/exceptions/
-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-exceptions
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: extensible optionally-pure exceptions
This library supports monads that can throw extensible exceptions.
@@ -53,12 +54,10 @@ X-Description: extensible optionally-pure exceptions
Package: libghc-exceptions-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -66,11 +65,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-exceptions-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -79,10 +77,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-exceptions-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
--
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