summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 00:54:41 -0400
committerClint Adams <clint@debian.org>2016-10-17 00:54:41 -0400
commit164cd2ce27f794a81a3111825fae05c7263f7ae4 (patch)
tree7d2f69cff0557b9bea424fee770e5fa6b66e2c04
parentbc67689f2230936e310bc9ff95d999161e9e8edd (diff)
downloadDHG_packages-164cd2ce27f794a81a3111825fae05c7263f7ae4.tar.gz
word8: build with ghc 8 in experimental
-rw-r--r--p/haskell-word8/debian/changelog8
-rw-r--r--p/haskell-word8/debian/control50
2 files changed, 36 insertions, 22 deletions
diff --git a/p/haskell-word8/debian/changelog b/p/haskell-word8/debian/changelog
index 390049f5a..2db8e7c38 100644
--- a/p/haskell-word8/debian/changelog
+++ b/p/haskell-word8/debian/changelog
@@ -1,13 +1,13 @@
-haskell-word8 (0.1.2-5) UNRELEASED; urgency=medium
+haskell-word8 (0.1.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:31 +0300
+ -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 00:54:30 -0400
haskell-word8 (0.1.2-4) unstable; urgency=medium
diff --git a/p/haskell-word8/debian/control b/p/haskell-word8/debian/control
index 84a784a02..79a5e6929 100644
--- a/p/haskell-word8/debian/control
+++ b/p/haskell-word8/debian/control
@@ -1,28 +1,35 @@
Source: haskell-word8
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Clint Adams <clint@debian.org>
+Uploaders:
+ Clint Adams <clint@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-hspec-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/word8
-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-word8
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-word8-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Char-like utility functions for Word8s to be used with ByteStrings${haskell:ShortBlurb}
This is a Word8 library to be used with Data.ByteString. All function
assumes that Word8 is encoded in Latin-1 (ISO-8859-1). All utility
@@ -33,11 +40,15 @@ Description: Char-like utility functions for Word8s to be used with ByteStrings$
Package: libghc-word8-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: functions for Word8s to be used with ByteStrings${haskell:ShortBlurb}
This is a Word8 library to be used with Data.ByteString. All function
assumes that Word8 is encoded in Latin-1 (ISO-8859-1). All utility
@@ -49,10 +60,13 @@ Description: functions for Word8s to be used with ByteStrings${haskell:ShortBlur
Package: libghc-word8-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: functions for Word8s to be used with ByteStrings${haskell:ShortBlurb}
This is a Word8 library to be used with Data.ByteString. All function
assumes that Word8 is encoded in Latin-1 (ISO-8859-1). All utility