[DHG_packages] 04/05: regex-compat-tdfa: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 05:36:58 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 a922ba613268d0089c8c596158afa313a6f0bb54
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 01:34:26 2016 -0400

    regex-compat-tdfa: build with ghc 8 in experimental
---
 p/haskell-regex-compat-tdfa/debian/changelog |  8 ++--
 p/haskell-regex-compat-tdfa/debian/control   | 57 ++++++++++++++++++----------
 2 files changed, 41 insertions(+), 24 deletions(-)

diff --git a/p/haskell-regex-compat-tdfa/debian/changelog b/p/haskell-regex-compat-tdfa/debian/changelog
index 8165c40..f177739 100644
--- a/p/haskell-regex-compat-tdfa/debian/changelog
+++ b/p/haskell-regex-compat-tdfa/debian/changelog
@@ -1,13 +1,13 @@
-haskell-regex-compat-tdfa (0.95.1.4-4) UNRELEASED; urgency=medium
+haskell-regex-compat-tdfa (0.95.1.4-4) 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:36:06 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 01:34:23 -0400
 
 haskell-regex-compat-tdfa (0.95.1.4-3) unstable; urgency=medium
 
diff --git a/p/haskell-regex-compat-tdfa/debian/control b/p/haskell-regex-compat-tdfa/debian/control
index 0fc35d8..745e094 100644
--- a/p/haskell-regex-compat-tdfa/debian/control
+++ b/p/haskell-regex-compat-tdfa/debian/control
@@ -1,23 +1,26 @@
 Source: haskell-regex-compat-tdfa
 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.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-regex-base-dev (>= 0.93),
  libghc-regex-base-prof,
  libghc-regex-tdfa-dev (>= 1.1.0),
  libghc-regex-tdfa-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-regex-base-doc,
  libghc-regex-tdfa-doc,
 Standards-Version: 3.9.8
 Homepage: http://hub.darcs.net/shelarcy/regex-compat-tdfa
-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-regex-compat-tdfa
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Unicode Support version of Text.Regex, using regex-tdfa
  One module layer over regex-tdfa to replace Text.Regex.
@@ -30,13 +33,18 @@ X-Description: Unicode Support version of Text.Regex, using regex-tdfa
 
 Package: libghc-regex-compat-tdfa-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-regex-compat-tdfa-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-regex-compat-tdfa-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