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

Clint Adams clint at moszumanska.debian.org
Thu Oct 27 01:47:24 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 085548a53586892e4bb1f9a078908c0382fd2160
Author: Clint Adams <clint at debian.org>
Date:   Wed Oct 26 21:44:45 2016 -0400

    attoparsec-enumerator: build with ghc 8 in experimental
---
 p/haskell-attoparsec-enumerator/debian/changelog |  8 ++--
 p/haskell-attoparsec-enumerator/debian/control   | 54 +++++++++++++++---------
 p/haskell-attoparsec-enumerator/debian/copyright |  2 +-
 3 files changed, 39 insertions(+), 25 deletions(-)

diff --git a/p/haskell-attoparsec-enumerator/debian/changelog b/p/haskell-attoparsec-enumerator/debian/changelog
index cc7a9b0..f78a0e3 100644
--- a/p/haskell-attoparsec-enumerator/debian/changelog
+++ b/p/haskell-attoparsec-enumerator/debian/changelog
@@ -1,14 +1,14 @@
-haskell-attoparsec-enumerator (0.3.4-4) UNRELEASED; urgency=medium
+haskell-attoparsec-enumerator (0.3.4-4) 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:34:46 +0300
+ -- Clint Adams <clint at debian.org>  Wed, 26 Oct 2016 21:44:09 -0400
 
 haskell-attoparsec-enumerator (0.3.4-3) unstable; urgency=medium
 
diff --git a/p/haskell-attoparsec-enumerator/debian/control b/p/haskell-attoparsec-enumerator/debian/control
index c84b8bd..2ae9476 100644
--- a/p/haskell-attoparsec-enumerator/debian/control
+++ b/p/haskell-attoparsec-enumerator/debian/control
@@ -1,38 +1,45 @@
 Source: haskell-attoparsec-enumerator
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+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,
- libghc-attoparsec-dev (>= 0.10),
+ haskell-devscripts (>= 0.10),
  libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-dev (>= 0.10),
  libghc-attoparsec-prof,
- libghc-enumerator-dev (>= 0.4),
  libghc-enumerator-dev (<< 0.5),
+ libghc-enumerator-dev (>= 0.4),
  libghc-enumerator-prof,
  libghc-text-dev,
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-attoparsec-doc,
  libghc-enumerator-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: https://john-millikin.com/software/attoparsec-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-attoparsec-enumerator
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-attoparsec-enumerator-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: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
  It allows an Attoparsec parser to receive input incrementally from
  an enumerator.  This could be used for parsing large files or
@@ -42,11 +49,15 @@ Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
 
 Package: libghc-attoparsec-enumerator-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: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
  The library allows an Attoparsec parser to receive input incrementally from
  an enumerator.  This could be used for parsing large files or
@@ -57,10 +68,13 @@ Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
 Package: libghc-attoparsec-enumerator-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: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
  The library allows an Attoparsec parser to receive input incrementally from
  an enumerator.  This could be used for parsing large files or
diff --git a/p/haskell-attoparsec-enumerator/debian/copyright b/p/haskell-attoparsec-enumerator/debian/copyright
index fec5126..5482ba3 100644
--- a/p/haskell-attoparsec-enumerator/debian/copyright
+++ b/p/haskell-attoparsec-enumerator/debian/copyright
@@ -31,4 +31,4 @@ License: MIT
  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+ OTHER DEALINGS IN THE SOFTWARE.

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