summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-13 23:24:39 -0400
committerClint Adams <clint@debian.org>2016-10-13 23:24:39 -0400
commitb39b0da62814193c3264c4066de02050ec6f660f (patch)
tree1e233b4988c833037f9c9f4b34574bb1c91f6fe6
parente8212a3e487e5c6524d3faed52794acc55aee1c9 (diff)
downloadDHG_packages-b39b0da62814193c3264c4066de02050ec6f660f.tar.gz
IfElse: build with ghc 8 in experimental
-rw-r--r--p/haskell-ifelse/debian/changelog8
-rw-r--r--p/haskell-ifelse/debian/control30
2 files changed, 17 insertions, 21 deletions
diff --git a/p/haskell-ifelse/debian/changelog b/p/haskell-ifelse/debian/changelog
index bcea778fe..a12423bcc 100644
--- a/p/haskell-ifelse/debian/changelog
+++ b/p/haskell-ifelse/debian/changelog
@@ -1,14 +1,14 @@
-haskell-ifelse (0.85-12) UNRELEASED; urgency=medium
+haskell-ifelse (0.85-12) 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)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:36 +0300
+ -- Clint Adams <clint@debian.org> Thu, 13 Oct 2016 23:24:13 -0400
haskell-ifelse (0.85-11) unstable; urgency=medium
diff --git a/p/haskell-ifelse/debian/control b/p/haskell-ifelse/debian/control
index 240e36570..48f32a2ab 100644
--- a/p/haskell-ifelse/debian/control
+++ b/p/haskell-ifelse/debian/control
@@ -3,12 +3,13 @@ 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,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/IfElse
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
@@ -16,11 +17,9 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-ifelse-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb}
Library for control flow inside of monads with anaphoric variants on if and
when and a C-like "switch" function.
@@ -29,10 +28,8 @@ Description: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb
Package: libghc-ifelse-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Provides: ${haskell:Provides}
Description: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb}
Library for control flow inside of monads with anaphoric variants on if and
when and a C-like "switch" function.
@@ -42,10 +39,9 @@ Description: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb
Package: libghc-ifelse-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: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb}
Library for control flow inside of monads with anaphoric variants on if and
when and a C-like "switch" function.