summaryrefslogtreecommitdiff
path: root/p/haskell-raaz
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 20:15:44 -0400
committerClint Adams <clint@debian.org>2016-10-16 20:15:44 -0400
commitdf9303eb7f52802935afb98d12aaed12271a57a5 (patch)
tree6080c0695d85acb76152cfd5dea6c7625a0dbf1a /p/haskell-raaz
parentf8eb3714cbd5bf59f5afba38227e058a447da777 (diff)
downloadDHG_packages-df9303eb7f52802935afb98d12aaed12271a57a5.tar.gz
raaz: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-raaz')
-rw-r--r--p/haskell-raaz/debian/changelog6
-rw-r--r--p/haskell-raaz/debian/control61
2 files changed, 45 insertions, 22 deletions
diff --git a/p/haskell-raaz/debian/changelog b/p/haskell-raaz/debian/changelog
index 3cda5514c..49d6c7b35 100644
--- a/p/haskell-raaz/debian/changelog
+++ b/p/haskell-raaz/debian/changelog
@@ -1,3 +1,9 @@
+haskell-raaz (0.0.2-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 20:15:37 -0400
+
haskell-raaz (0.0.2-1) unstable; urgency=medium
* Initial release (Closes: #838156).
diff --git a/p/haskell-raaz/debian/control b/p/haskell-raaz/debian/control
index 09dec78b8..2ae4874af 100644
--- a/p/haskell-raaz/debian/control
+++ b/p/haskell-raaz/debian/control
@@ -1,21 +1,24 @@
Source: haskell-raaz
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Sean Whitton <spwhitton@spwhitton.name>
+Uploaders:
+ Sean Whitton <spwhitton@spwhitton.name>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 10),
- haskell-devscripts (>= 0.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 10),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.9),
+ libghc-hspec-dev <!nocheck>,
+ libghc-hunit-dev (>= 1.2) <!nocheck>,
libghc-mtl-dev (>= 2.1),
libghc-mtl-prof,
+ libghc-quickcheck2-dev <!nocheck>,
libghc-vector-dev,
libghc-vector-prof,
- libghc-hunit-dev (>= 1.2) <!nocheck>,
- libghc-hspec-dev <!nocheck>,
- libghc-quickcheck2-dev <!nocheck>,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-mtl-doc,
libghc-vector-doc,
Standards-Version: 3.9.8
@@ -33,13 +36,18 @@ X-Description: cryptographic networking library for Haskell
Package: libghc-raaz-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -47,12 +55,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-raaz-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -61,11 +74,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-raaz-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.