diff options
author | Clint Adams <clint@debian.org> | 2016-10-13 04:04:32 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-13 04:07:54 -0400 |
commit | 6fd03c39f6b409b9d54b32ca2fbd3acf10bf917d (patch) | |
tree | d7ea8131d43deffaa311069f3925511032c69bcf | |
parent | 2c6314450dc5161b28a9b4a4299dd20019324a62 (diff) | |
download | DHG_packages-6fd03c39f6b409b9d54b32ca2fbd3acf10bf917d.tar.gz |
Temporarily build-depend on ghc 8. (3 packages)
-rw-r--r-- | p/haskell-byteable/debian/changelog | 7 | ||||
-rw-r--r-- | p/haskell-byteable/debian/control | 4 | ||||
-rw-r--r-- | p/haskell-bytedump/debian/changelog | 7 | ||||
-rw-r--r-- | p/haskell-bytedump/debian/control | 4 | ||||
-rw-r--r-- | p/haskell-byteorder/debian/changelog | 7 | ||||
-rw-r--r-- | p/haskell-byteorder/debian/control | 4 |
6 files changed, 21 insertions, 12 deletions
diff --git a/p/haskell-byteable/debian/changelog b/p/haskell-byteable/debian/changelog index 02cd3c91b..952c79959 100644 --- a/p/haskell-byteable/debian/changelog +++ b/p/haskell-byteable/debian/changelog @@ -1,4 +1,4 @@ -haskell-byteable (0.1.1-6) UNRELEASED; urgency=medium +haskell-byteable (0.1.1-6) experimental; urgency=medium [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' @@ -7,7 +7,10 @@ haskell-byteable (0.1.1-6) UNRELEASED; urgency=medium [ Gianfranco Costamagna ] * Fix VCS fields - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:34:52 +0300 + [ Clint Adams ] + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Thu, 13 Oct 2016 04:05:35 -0400 haskell-byteable (0.1.1-5) unstable; urgency=medium diff --git a/p/haskell-byteable/debian/control b/p/haskell-byteable/debian/control index 2d2a98b56..675ae28fb 100644 --- a/p/haskell-byteable/debian/control +++ b/p/haskell-byteable/debian/control @@ -6,12 +6,12 @@ Section: haskell Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.10), cdbs, - ghc, + ghc (>= 8), ghc-prof, Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.8 Homepage: http://github.com/vincenthz/hs-byteable -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-byteable Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git X-Description: typeclass for byte sequences Abstract class to manipulate sequence of bytes; the use case of this diff --git a/p/haskell-bytedump/debian/changelog b/p/haskell-bytedump/debian/changelog index 754adc79e..edc24cc73 100644 --- a/p/haskell-bytedump/debian/changelog +++ b/p/haskell-bytedump/debian/changelog @@ -1,4 +1,4 @@ -haskell-bytedump (1.0-6) UNRELEASED; urgency=medium +haskell-bytedump (1.0-6) experimental; urgency=medium [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' @@ -7,7 +7,10 @@ haskell-bytedump (1.0-6) UNRELEASED; urgency=medium [ Gianfranco Costamagna ] * Fix VCS fields - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:34:52 +0300 + [ Clint Adams ] + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Thu, 13 Oct 2016 04:06:33 -0400 haskell-bytedump (1.0-5) unstable; urgency=medium diff --git a/p/haskell-bytedump/debian/control b/p/haskell-bytedump/debian/control index b9472d01c..216315b24 100644 --- a/p/haskell-bytedump/debian/control +++ b/p/haskell-bytedump/debian/control @@ -6,12 +6,12 @@ Section: haskell Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.10), cdbs, - ghc, + ghc (>= 8), ghc-prof, Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.8 Homepage: http://github.com/vincenthz/hs-bytedump -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-bytedump Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git X-Description: flexible byte dump helpers for human readers A set of helpers to dump bytes with lots of different output diff --git a/p/haskell-byteorder/debian/changelog b/p/haskell-byteorder/debian/changelog index 9e2464c46..1edd05d44 100644 --- a/p/haskell-byteorder/debian/changelog +++ b/p/haskell-byteorder/debian/changelog @@ -1,4 +1,4 @@ -haskell-byteorder (1.0.4-6) UNRELEASED; urgency=medium +haskell-byteorder (1.0.4-6) experimental; urgency=medium [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' @@ -8,7 +8,10 @@ haskell-byteorder (1.0.4-6) UNRELEASED; urgency=medium [ Gianfranco Costamagna ] * Fix VCS fields - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:34:52 +0300 + [ Clint Adams ] + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Thu, 13 Oct 2016 04:07:48 -0400 haskell-byteorder (1.0.4-5) unstable; urgency=medium diff --git a/p/haskell-byteorder/debian/control b/p/haskell-byteorder/debian/control index d0bfde96a..9f9861ff7 100644 --- a/p/haskell-byteorder/debian/control +++ b/p/haskell-byteorder/debian/control @@ -6,12 +6,12 @@ Section: haskell Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.10), cdbs, - ghc, + ghc (>= 8), ghc-prof, Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.8 Homepage: http://community.haskell.org/~aslatter/code/byteorder -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-byteorder Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-byteorder-dev |