[DHG_packages] 03/05: bytestring-conversion: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 16:11:17 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 f94f35294efea08e63878624eb2f3a6ebded7ab6
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 12:08:42 2016 -0400

    bytestring-conversion: build with ghc 8 in experimental
---
 p/haskell-bytestring-conversion/debian/changelog |  6 +++
 p/haskell-bytestring-conversion/debian/control   | 63 +++++++++++++++---------
 2 files changed, 46 insertions(+), 23 deletions(-)

diff --git a/p/haskell-bytestring-conversion/debian/changelog b/p/haskell-bytestring-conversion/debian/changelog
index d5bd040..5534e96 100644
--- a/p/haskell-bytestring-conversion/debian/changelog
+++ b/p/haskell-bytestring-conversion/debian/changelog
@@ -1,3 +1,9 @@
+haskell-bytestring-conversion (0.3.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 12:08:40 -0400
+
 haskell-bytestring-conversion (0.3.1-1) unstable; urgency=medium
 
   * Initial release
diff --git a/p/haskell-bytestring-conversion/debian/control b/p/haskell-bytestring-conversion/debian/control
index e866a9a..500f61c 100644
--- a/p/haskell-bytestring-conversion/debian/control
+++ b/p/haskell-bytestring-conversion/debian/control
@@ -1,26 +1,29 @@
 Source: haskell-bytestring-conversion
 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,
- libghc-attoparsec-dev (>= 0.10),
+ haskell-devscripts (>= 0.9),
  libghc-attoparsec-dev (<< 1.0),
+ libghc-attoparsec-dev (>= 0.10),
  libghc-attoparsec-prof,
- libghc-case-insensitive-dev (>= 1.2),
  libghc-case-insensitive-dev (<< 2.0),
+ libghc-case-insensitive-dev (>= 1.2),
  libghc-case-insensitive-prof,
- libghc-double-conversion-dev (>= 2.0),
  libghc-double-conversion-dev (<< 3.0),
+ libghc-double-conversion-dev (>= 2.0),
  libghc-double-conversion-prof,
- libghc-text-dev (>= 0.11),
  libghc-text-dev (<< 2.0),
+ libghc-text-dev (>= 0.11),
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-attoparsec-doc,
  libghc-case-insensitive-doc,
  libghc-double-conversion-doc,
@@ -35,13 +38,18 @@ X-Description: Type-classes to convert values to and from ByteString.
 
 Package: libghc-bytestring-conversion-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}
  .
@@ -49,12 +57,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-bytestring-conversion-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}
  .
@@ -63,11 +76,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-bytestring-conversion-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