[DHG_packages] 03/05: string-conversions: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 16:46:37 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 4db2e34f7617679d5ee98f57e248fafb8570e667
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 12:43:27 2016 -0400

    string-conversions: build with ghc 8 in experimental
---
 p/haskell-string-conversions/debian/changelog |  6 +--
 p/haskell-string-conversions/debian/control   | 57 +++++++++++++++++----------
 2 files changed, 40 insertions(+), 23 deletions(-)

diff --git a/p/haskell-string-conversions/debian/changelog b/p/haskell-string-conversions/debian/changelog
index 85a79ac..97848c9 100644
--- a/p/haskell-string-conversions/debian/changelog
+++ b/p/haskell-string-conversions/debian/changelog
@@ -1,8 +1,8 @@
-haskell-string-conversions (0.4-2) UNRELEASED; urgency=medium
+haskell-string-conversions (0.4-2) experimental; urgency=medium
 
-  * Fix VCS-* fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 15:36:15 +0200
+ -- Clint Adams <clint at debian.org>  Sat, 15 Oct 2016 12:43:20 -0400
 
 haskell-string-conversions (0.4-1) unstable; urgency=low
 
diff --git a/p/haskell-string-conversions/debian/control b/p/haskell-string-conversions/debian/control
index 341db39..d827930 100644
--- a/p/haskell-string-conversions/debian/control
+++ b/p/haskell-string-conversions/debian/control
@@ -1,37 +1,45 @@
 Source: haskell-string-conversions
 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.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.9),
  libghc-text-dev (>= 0.11),
  libghc-text-prof,
  libghc-utf8-string-dev (>= 0.3),
  libghc-utf8-string-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-text-doc,
  libghc-utf8-string-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/string-conversions
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-string-conversions
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Simplifies dealing with different types for strings
+X-Description: simplifies dealing with different types for strings
  Provides a simple type class for converting values
  of different string types into values of other string types.
 
 Package: libghc-string-conversions-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}
  .
@@ -39,12 +47,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-string-conversions-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}
  .
@@ -53,11 +66,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-string-conversions-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