summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 11:13:49 -0400
committerClint Adams <clint@debian.org>2016-10-14 11:13:49 -0400
commita79ba4af8bc3493bf830e581d4550cbcb3c4b452 (patch)
tree34a9070607b51a39ec53afc9d02f3d0cb577c3fa
parentb4e5f557e064741f8ad740536965dd8b4c572ee5 (diff)
downloadDHG_packages-a79ba4af8bc3493bf830e581d4550cbcb3c4b452.tar.gz
pointed: build with ghc 8 in experimental
-rw-r--r--p/haskell-pointed/debian/changelog8
-rw-r--r--p/haskell-pointed/debian/control58
2 files changed, 32 insertions, 34 deletions
diff --git a/p/haskell-pointed/debian/changelog b/p/haskell-pointed/debian/changelog
index d8adb7c83..2e45e8975 100644
--- a/p/haskell-pointed/debian/changelog
+++ b/p/haskell-pointed/debian/changelog
@@ -1,13 +1,13 @@
-haskell-pointed (4.2.0.2-4) UNRELEASED; urgency=medium
+haskell-pointed (4.2.0.2-4) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:59 +0300
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 11:13:38 -0400
haskell-pointed (4.2.0.2-3) unstable; urgency=medium
diff --git a/p/haskell-pointed/debian/control b/p/haskell-pointed/debian/control
index 643cc934f..0885a8ced 100644
--- a/p/haskell-pointed/debian/control
+++ b/p/haskell-pointed/debian/control
@@ -3,42 +3,44 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Joey Hess <joeyh@debian.org>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-comonad-dev (>= 4),
+ haskell-devscripts (>= 0.10),
libghc-comonad-dev (<< 5),
+ libghc-comonad-dev (>= 4),
libghc-comonad-prof,
- libghc-data-default-class-dev (>= 0.0.1),
libghc-data-default-class-dev (<< 0.1),
+ libghc-data-default-class-dev (>= 0.0.1),
libghc-data-default-class-prof,
- libghc-hashable-dev (>= 1.1),
libghc-hashable-dev (<< 1.3),
+ libghc-hashable-dev (>= 1.1),
libghc-hashable-prof,
- libghc-kan-extensions-dev (>= 4.2),
libghc-kan-extensions-dev (<< 5),
+ libghc-kan-extensions-dev (>= 4.2),
libghc-kan-extensions-prof,
- libghc-semigroupoids-dev (>= 4),
libghc-semigroupoids-dev (<< 6),
+ libghc-semigroupoids-dev (>= 4),
libghc-semigroupoids-prof,
- libghc-semigroups-dev (>= 0.8.3.1),
libghc-semigroups-dev (<< 1),
+ libghc-semigroups-dev (>= 0.8.3.1),
libghc-semigroups-prof,
- libghc-stm-dev (>= 2.1.2.1),
libghc-stm-dev (<< 2.5),
+ libghc-stm-dev (>= 2.1.2.1),
libghc-stm-prof,
- libghc-tagged-dev (>= 0.5),
libghc-tagged-dev (<< 1),
+ libghc-tagged-dev (>= 0.5),
libghc-tagged-prof,
- libghc-transformers-compat-dev (>= 0.3),
libghc-transformers-compat-dev (<< 1),
+ libghc-transformers-compat-dev (>= 0.3),
libghc-transformers-compat-prof,
- libghc-unordered-containers-dev (>= 0.2),
libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-dev (>= 0.2),
libghc-unordered-containers-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-comonad-doc,
libghc-data-default-class-doc,
libghc-hashable-doc,
@@ -53,17 +55,15 @@ Standards-Version: 3.9.8
Homepage: http://github.com/ekmett/pointed/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Pointed and copointed data
+X-Description: pointed and copointed data
Haskell 98 pointed and copointed data types.
Package: libghc-pointed-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}
.
@@ -71,11 +71,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-pointed-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}
.
@@ -84,10 +83,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-pointed-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}
.