summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 14:15:01 -0400
committerClint Adams <clint@debian.org>2016-10-14 14:15:01 -0400
commitdbcf48efd42830a388c22d8a91923c55e30220c4 (patch)
tree2c360f944829c4de94134d4997a1db544e2f94ed
parentcb855c6aba3a605589d0e5490863497e2f2690a1 (diff)
downloadDHG_packages-dbcf48efd42830a388c22d8a91923c55e30220c4.tar.gz
storable-complex: build with ghc 8 in experimental
-rw-r--r--p/haskell-storable-complex/debian/changelog8
-rw-r--r--p/haskell-storable-complex/debian/control43
2 files changed, 24 insertions, 27 deletions
diff --git a/p/haskell-storable-complex/debian/changelog b/p/haskell-storable-complex/debian/changelog
index 6262fa36f..38ffdb8e8 100644
--- a/p/haskell-storable-complex/debian/changelog
+++ b/p/haskell-storable-complex/debian/changelog
@@ -1,13 +1,13 @@
-haskell-storable-complex (0.2.2-5) UNRELEASED; urgency=medium
+haskell-storable-complex (0.2.2-5) 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:36:15 +0300
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 14:14:52 -0400
haskell-storable-complex (0.2.2-4) unstable; urgency=medium
diff --git a/p/haskell-storable-complex/debian/control b/p/haskell-storable-complex/debian/control
index 3c7c45dc5..cdaf9e72b 100644
--- a/p/haskell-storable-complex/debian/control
+++ b/p/haskell-storable-complex/debian/control
@@ -3,15 +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.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: https://github.com/cartazio/storable-complex
-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-storable-complex
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Storable instance for Complex
Provides a Storable instance for Complex which is binary
@@ -23,13 +24,11 @@ X-Description: Storable instance for Complex
Package: libghc-storable-complex-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 +36,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-storable-complex-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 +49,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-storable-complex-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}
.