[DHG_packages] 04/05: regex-applicative-text: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 05:27:09 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 f6c75acc92aa23b429fcc16fe2b1e314a6c2d021
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 01:25:00 2016 -0400

    regex-applicative-text: build with ghc 8 in experimental
---
 p/haskell-regex-applicative-text/debian/changelog |  6 +--
 p/haskell-regex-applicative-text/debian/control   | 59 +++++++++++++++--------
 2 files changed, 41 insertions(+), 24 deletions(-)

diff --git a/p/haskell-regex-applicative-text/debian/changelog b/p/haskell-regex-applicative-text/debian/changelog
index fa50505..a1f5156 100644
--- a/p/haskell-regex-applicative-text/debian/changelog
+++ b/p/haskell-regex-applicative-text/debian/changelog
@@ -1,8 +1,8 @@
-haskell-regex-applicative-text (0.1.0.1-2) UNRELEASED; urgency=medium
+haskell-regex-applicative-text (0.1.0.1-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:59 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 01:24:56 -0400
 
 haskell-regex-applicative-text (0.1.0.1-1) unstable; urgency=low
 
diff --git a/p/haskell-regex-applicative-text/debian/control b/p/haskell-regex-applicative-text/debian/control
index 439cd5b..852a842 100644
--- a/p/haskell-regex-applicative-text/debian/control
+++ b/p/haskell-regex-applicative-text/debian/control
@@ -1,22 +1,25 @@
 Source: haskell-regex-applicative-text
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata 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-regex-applicative-dev (>= 0.3),
+ haskell-devscripts (>= 0.9),
  libghc-regex-applicative-dev (<< 0.4),
+ libghc-regex-applicative-dev (>= 0.3),
  libghc-regex-applicative-prof,
  libghc-text-dev,
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-regex-applicative-doc,
  libghc-text-doc,
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Homepage: https://github.com/phadej/regex-applicative-text#readme
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-regex-applicative-text
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
@@ -25,13 +28,18 @@ X-Description: regex-applicative on text
 
 Package: libghc-regex-applicative-text-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-regex-applicative-text-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-regex-applicative-text-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