[DHG_packages] 01/01: Temporarily build-depend on ghc 8. (3 packages)

Clint Adams clint at moszumanska.debian.org
Thu Oct 13 08:08:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 6fd03c39f6b409b9d54b32ca2fbd3acf10bf917d
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 13 04:04:32 2016 -0400

    Temporarily build-depend on ghc 8. (3 packages)
---
 p/haskell-byteable/debian/changelog  | 7 +++++--
 p/haskell-byteable/debian/control    | 4 ++--
 p/haskell-bytedump/debian/changelog  | 7 +++++--
 p/haskell-bytedump/debian/control    | 4 ++--
 p/haskell-byteorder/debian/changelog | 7 +++++--
 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 02cd3c9..952c799 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 at gnu.org>  Tue, 10 May 2016 09:34:52 +0300
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at 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 2d2a98b..675ae28 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 754adc7..edc24cc 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 at gnu.org>  Tue, 10 May 2016 09:34:52 +0300
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at 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 b9472d0..216315b 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 9e2464c..1edd05d 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 at gnu.org>  Tue, 10 May 2016 09:34:52 +0300
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at 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 d0bfde9..9f9861f 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list