summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 16:21:05 -0400
committerClint Adams <clint@debian.org>2016-10-14 16:21:05 -0400
commit9c3a07b9e5e85f24ac225370d30b1c5dffe4157c (patch)
tree54a64af0f8ca62acd07d5c47e829cde43fffa19c
parentd3522c1460ad44c51e4c6fe80146d8c43a064899 (diff)
downloadDHG_packages-9c3a07b9e5e85f24ac225370d30b1c5dffe4157c.tar.gz
mmorph: build with ghc 8 in experimental
-rw-r--r--p/haskell-mmorph/debian/changelog6
-rw-r--r--p/haskell-mmorph/debian/control41
2 files changed, 21 insertions, 26 deletions
diff --git a/p/haskell-mmorph/debian/changelog b/p/haskell-mmorph/debian/changelog
index 225d4b8dd..4305f55d1 100644
--- a/p/haskell-mmorph/debian/changelog
+++ b/p/haskell-mmorph/debian/changelog
@@ -1,8 +1,8 @@
-haskell-mmorph (1.0.6-2) UNRELEASED; urgency=medium
+haskell-mmorph (1.0.6-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:47 +0200
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 16:20:51 -0400
haskell-mmorph (1.0.6-1) unstable; urgency=medium
diff --git a/p/haskell-mmorph/debian/control b/p/haskell-mmorph/debian/control
index 96a8d60b9..18ddd4ea1 100644
--- a/p/haskell-mmorph/debian/control
+++ b/p/haskell-mmorph/debian/control
@@ -3,20 +3,19 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Clint Adams <clint@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-mtl-dev (>= 2.0.1),
+ haskell-devscripts (>= 0.10),
libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0.1),
libghc-mtl-prof,
- libghc-transformers-compat-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-transformers-compat-doc,
+Build-Depends-Indep: ghc-doc, libghc-mtl-doc, libghc-transformers-compat-doc
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/mmorph
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-mmorph
@@ -24,12 +23,10 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-mmorph-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: monad morphisms${haskell:ShortBlurb}
This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.
@@ -38,11 +35,10 @@ Description: monad morphisms${haskell:ShortBlurb}
Package: libghc-mmorph-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: monad morphisms${haskell:ShortBlurb}
This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.
@@ -52,10 +48,9 @@ Description: monad morphisms${haskell:ShortBlurb}
Package: libghc-mmorph-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: monad morphisms${haskell:ShortBlurb}
This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.