summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 15:02:11 -0400
committerClint Adams <clint@debian.org>2016-10-14 15:02:11 -0400
commit6d8dd9b2d4e7a53a7160b103059ad091eef6bbe3 (patch)
tree7629a0276df78f4816ea632402ea747afe8b3cf0
parent9fea5d377c6b4d4e569d0e19beca285eada310e1 (diff)
downloadDHG_packages-6d8dd9b2d4e7a53a7160b103059ad091eef6bbe3.tar.gz
control-monad-free: build with ghc 8 in experimental
-rw-r--r--p/haskell-control-monad-free/debian/changelog8
-rw-r--r--p/haskell-control-monad-free/debian/control38
2 files changed, 21 insertions, 25 deletions
diff --git a/p/haskell-control-monad-free/debian/changelog b/p/haskell-control-monad-free/debian/changelog
index d999dcc82..f7dee2f01 100644
--- a/p/haskell-control-monad-free/debian/changelog
+++ b/p/haskell-control-monad-free/debian/changelog
@@ -1,13 +1,13 @@
-haskell-control-monad-free (0.6.1-4) UNRELEASED; urgency=medium
+haskell-control-monad-free (0.6.1-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:01 +0300
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 15:01:50 -0400
haskell-control-monad-free (0.6.1-3) unstable; urgency=medium
diff --git a/p/haskell-control-monad-free/debian/control b/p/haskell-control-monad-free/debian/control
index d18fa57c0..486f090c6 100644
--- a/p/haskell-control-monad-free/debian/control
+++ b/p/haskell-control-monad-free/debian/control
@@ -3,18 +3,18 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata@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-prelude-extras-dev,
libghc-prelude-extras-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-prelude-extras-doc,
+Build-Depends-Indep: ghc-doc, libghc-prelude-extras-doc
Standards-Version: 3.9.8
Homepage: http://github.com/pepeiborra/control-monad-free
-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-control-monad-free
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: free monads
This package provides datatypes to construct Free monads, Free monad
@@ -25,12 +25,10 @@ X-Description: free monads
Package: libghc-control-monad-free-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}
.
@@ -38,11 +36,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-control-monad-free-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}
.
@@ -51,10 +48,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-control-monad-free-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}
.