[DHG_packages] 03/05: hspec-attoparsec: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 16:26:26 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 80faa5af2ad3b127f7696e20c79fcc2a3c575833
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 12:23:20 2016 -0400

    hspec-attoparsec: build with ghc 8 in experimental
---
 p/haskell-hspec-attoparsec/debian/changelog |  6 +++
 p/haskell-hspec-attoparsec/debian/control   | 57 +++++++++++++++++++----------
 2 files changed, 43 insertions(+), 20 deletions(-)

diff --git a/p/haskell-hspec-attoparsec/debian/changelog b/p/haskell-hspec-attoparsec/debian/changelog
index d882f4c..b4a9b9e 100644
--- a/p/haskell-hspec-attoparsec/debian/changelog
+++ b/p/haskell-hspec-attoparsec/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hspec-attoparsec (0.1.0.2-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 12:23:18 -0400
+
 haskell-hspec-attoparsec (0.1.0.2-1) unstable; urgency=low
 
   * Initial release
diff --git a/p/haskell-hspec-attoparsec/debian/control b/p/haskell-hspec-attoparsec/debian/control
index 25dd8b0..9eec1f9 100644
--- a/p/haskell-hspec-attoparsec/debian/control
+++ b/p/haskell-hspec-attoparsec/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-hspec-attoparsec
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: James McCoy <jamessan at debian.org>
+Uploaders:
+ James McCoy <jamessan at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.9),
  libghc-attoparsec-dev (>= 0.10),
  libghc-attoparsec-prof,
  libghc-hspec-dev,
@@ -15,7 +17,8 @@ Build-Depends: debhelper (>= 9),
  libghc-hspec-expectations-prof,
  libghc-text-dev (>= 1.0),
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-attoparsec-doc,
  libghc-hspec-expectations-doc,
  libghc-text-doc,
@@ -23,20 +26,25 @@ Standards-Version: 3.9.8
 Homepage: http://github.com/alpmestan/hspec-attoparsec
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hspec-attoparsec
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Utility functions for testing your attoparsec parsers with hspec
+X-Description: utility functions for testing your attoparsec parsers with hspec
  This package provides some helper functions for testing attoparsec parsers with hspec.
  .
  See the documentation in @Test.Hspec.Attoparsec@ for examples, or this package's own test suite.
 
 Package: libghc-hspec-attoparsec-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -44,12 +52,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-hspec-attoparsec-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -58,11 +71,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-hspec-attoparsec-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

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