[DHG_packages] 02/05: charset: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 05:06:10 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 2cc3fb32627e43d207e607eefa5da4c282f483b4
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 01:03:26 2016 -0400

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

diff --git a/p/haskell-charset/debian/changelog b/p/haskell-charset/debian/changelog
index 1a6ef14..917a50f 100644
--- a/p/haskell-charset/debian/changelog
+++ b/p/haskell-charset/debian/changelog
@@ -1,13 +1,13 @@
-haskell-charset (0.3.7.1-5) UNRELEASED; urgency=medium
+haskell-charset (0.3.7.1-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)
 
-  [ 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:55 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 01:03:19 -0400
 
 haskell-charset (0.3.7.1-4) unstable; urgency=medium
 
diff --git a/p/haskell-charset/debian/control b/p/haskell-charset/debian/control
index 31356df..14124f9 100644
--- a/p/haskell-charset/debian/control
+++ b/p/haskell-charset/debian/control
@@ -1,37 +1,44 @@
 Source: haskell-charset
 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-semigroups-dev (>= 0.8.3.1),
+ haskell-devscripts (>= 0.10),
  libghc-semigroups-dev (<< 1),
+ libghc-semigroups-dev (>= 0.8.3.1),
  libghc-semigroups-prof,
- libghc-unordered-containers-dev (>= 0.1.4.6),
  libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-dev (>= 0.1.4.6),
  libghc-unordered-containers-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-semigroups-doc,
  libghc-unordered-containers-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/ekmett/charset
-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-charset
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Fast Unicode character sets
+X-Description: fast Unicode character sets
  Fast Unicode character sets based on complemented PATRICIA tries.
 
 Package: libghc-charset-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -39,11 +46,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-charset-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -52,10 +63,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-charset-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: ${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