[DHG_packages] 01/05: enumerator: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 19:57:51 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 fe9170bffee322d186b57602888c51e4fb5120a6
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 15:52:25 2016 -0400

    enumerator: build with ghc 8 in experimental
---
 p/haskell-enumerator/debian/changelog |  8 ++++----
 p/haskell-enumerator/debian/control   | 38 ++++++++++++++++-------------------
 2 files changed, 21 insertions(+), 25 deletions(-)

diff --git a/p/haskell-enumerator/debian/changelog b/p/haskell-enumerator/debian/changelog
index cd71188..11e1c7a 100644
--- a/p/haskell-enumerator/debian/changelog
+++ b/p/haskell-enumerator/debian/changelog
@@ -1,14 +1,14 @@
-haskell-enumerator (0.4.20-5) UNRELEASED; urgency=medium
+haskell-enumerator (0.4.20-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)
   * Convert `debian/copyright' to dep5 format
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:15 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 15:52:20 -0400
 
 haskell-enumerator (0.4.20-4) unstable; urgency=medium
 
diff --git a/p/haskell-enumerator/debian/control b/p/haskell-enumerator/debian/control
index 6bd4a9d..423ac5d 100644
--- a/p/haskell-enumerator/debian/control
+++ b/p/haskell-enumerator/debian/control
@@ -3,28 +3,26 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Clint Adams <clint at 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-text-dev (>= 0.7),
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-text-doc,
+Build-Depends-Indep: ghc-doc, libghc-text-doc
 Standards-Version: 3.9.8
 Homepage: https://john-millikin.com/software/enumerator/
-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-enumerator
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-enumerator-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: high-performance left-fold enumerators${haskell:ShortBlurb}
  Typical buffer–based incremental I/O is based around a single loop,
  which reads data from some source (such as a socket or file),
@@ -68,11 +66,10 @@ Description: high-performance left-fold enumerators${haskell:ShortBlurb}
 
 Package: libghc-enumerator-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: high-performance left-fold enumerators${haskell:ShortBlurb}
  Typical buffer–based incremental I/O is based around a single loop,
  which reads data from some source (such as a socket or file),
@@ -117,10 +114,9 @@ Description: high-performance left-fold enumerators${haskell:ShortBlurb}
 Package: libghc-enumerator-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: high-performance left-fold enumerators${haskell:ShortBlurb}
  Typical buffer–based incremental I/O is based around a single loop,
  which reads data from some source (such as a socket or file),

-- 
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