summaryrefslogtreecommitdiff
path: root/p/haskell-exact-pi
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 15:54:13 -0400
committerClint Adams <clint@debian.org>2016-10-14 15:54:13 -0400
commit8b74e371a7def73e62e591defaa145312027803d (patch)
tree99dc9132b4862f3109b923b7c1b596480ebf13ad /p/haskell-exact-pi
parentb589e15de029346acbde007490b7166f26e99e1f (diff)
downloadDHG_packages-8b74e371a7def73e62e591defaa145312027803d.tar.gz
exact-pi: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-exact-pi')
-rw-r--r--p/haskell-exact-pi/debian/changelog6
-rw-r--r--p/haskell-exact-pi/debian/control44
2 files changed, 23 insertions, 27 deletions
diff --git a/p/haskell-exact-pi/debian/changelog b/p/haskell-exact-pi/debian/changelog
index 5573e0761..e50e50a40 100644
--- a/p/haskell-exact-pi/debian/changelog
+++ b/p/haskell-exact-pi/debian/changelog
@@ -1,8 +1,8 @@
-haskell-exact-pi (0.4.1.2-2) UNRELEASED; urgency=medium
+haskell-exact-pi (0.4.1.2-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:29 +0200
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 15:53:57 -0400
haskell-exact-pi (0.4.1.2-1) unstable; urgency=low
diff --git a/p/haskell-exact-pi/debian/control b/p/haskell-exact-pi/debian/control
index eae284d48..7b9552ebb 100644
--- a/p/haskell-exact-pi/debian/control
+++ b/p/haskell-exact-pi/debian/control
@@ -3,16 +3,16 @@ 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.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.9),
libghc-numtype-dk-dev (>= 0.5),
libghc-numtype-dk-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-numtype-dk-doc,
-Standards-Version: 3.9.6
+Build-Depends-Indep: ghc-doc, libghc-numtype-dk-doc
+Standards-Version: 3.9.8
Homepage: https://github.com/dmcclean/exact-pi/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-exact-pi
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
@@ -23,13 +23,11 @@ X-Description: Exact rational multiples of pi (and integer powers of pi)
Package: libghc-exact-pi-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -37,12 +35,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-exact-pi-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -51,11 +48,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-exact-pi-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.