summaryrefslogtreecommitdiff
path: root/p/haskell-adjunctions
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 21:40:39 -0400
committerClint Adams <clint@debian.org>2016-10-14 21:40:39 -0400
commite64d4c537e9bf51c73492661c52bab6073e66edc (patch)
tree9b94c12573c6f1002a394aa58384a3025b87b4a4 /p/haskell-adjunctions
parent82c713a81e7142596b7558937fbe41fe817a3883 (diff)
downloadDHG_packages-e64d4c537e9bf51c73492661c52bab6073e66edc.tar.gz
adjunctions: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-adjunctions')
-rw-r--r--p/haskell-adjunctions/debian/changelog6
-rw-r--r--p/haskell-adjunctions/debian/control58
2 files changed, 34 insertions, 30 deletions
diff --git a/p/haskell-adjunctions/debian/changelog b/p/haskell-adjunctions/debian/changelog
index 3ff3b20fa..f6fa0c9de 100644
--- a/p/haskell-adjunctions/debian/changelog
+++ b/p/haskell-adjunctions/debian/changelog
@@ -1,3 +1,9 @@
+haskell-adjunctions (4.3-3) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 21:40:22 -0400
+
haskell-adjunctions (4.3-2) unstable; urgency=medium
* Add patch 'fix-distributive-version'.
diff --git a/p/haskell-adjunctions/debian/control b/p/haskell-adjunctions/debian/control
index a5b58dfc5..19121cc99 100644
--- a/p/haskell-adjunctions/debian/control
+++ b/p/haskell-adjunctions/debian/control
@@ -3,45 +3,47 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Iulian Udrea <iulian@linux.com>
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 (<< 6),
+ libghc-comonad-dev (>= 4),
libghc-comonad-prof,
- libghc-contravariant-dev (>= 1),
libghc-contravariant-dev (<< 2),
+ libghc-contravariant-dev (>= 1),
libghc-contravariant-prof,
- libghc-distributive-dev (>= 0.5),
libghc-distributive-dev (<< 1),
+ libghc-distributive-dev (>= 0.5),
libghc-distributive-prof,
- libghc-free-dev (>= 4),
libghc-free-dev (<< 5),
+ libghc-free-dev (>= 4),
libghc-free-prof,
- libghc-mtl-dev (>= 2.0.1),
libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0.1),
libghc-mtl-prof,
- libghc-profunctors-dev (>= 4),
libghc-profunctors-dev (<< 6),
+ libghc-profunctors-dev (>= 4),
libghc-profunctors-prof,
- libghc-semigroupoids-dev (>= 4),
libghc-semigroupoids-dev (<< 6),
+ libghc-semigroupoids-dev (>= 4),
libghc-semigroupoids-prof,
- libghc-semigroups-dev (>= 0.11),
libghc-semigroups-dev (<< 1),
+ libghc-semigroups-dev (>= 0.11),
libghc-semigroups-prof,
- libghc-tagged-dev (>= 0.7),
libghc-tagged-dev (<< 1),
+ libghc-tagged-dev (>= 0.7),
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-void-dev (>= 0.5.5.1),
libghc-void-dev (<< 1),
+ libghc-void-dev (>= 0.5.5.1),
libghc-void-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-comonad-doc,
libghc-contravariant-doc,
libghc-distributive-doc,
@@ -64,12 +66,10 @@ X-Description: adjunctions and representable functors for Haskell
Package: libghc-adjunctions-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}
.
@@ -77,11 +77,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-adjunctions-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}
.
@@ -90,10 +89,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-adjunctions-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}
.