summaryrefslogtreecommitdiff
path: root/p/haskell-pcre-light
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 13:17:35 -0400
committerClint Adams <clint@debian.org>2016-10-14 13:17:35 -0400
commit93b1893a7dd308526118ca83c7373cd5241f6832 (patch)
treecab84c7b98f89feeba82ffb0df9bb14b54d46751 /p/haskell-pcre-light
parent5effa433cf824b9868c2d5a825fb654c28cfdb28 (diff)
downloadDHG_packages-93b1893a7dd308526118ca83c7373cd5241f6832.tar.gz
pcre-light: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-pcre-light')
-rw-r--r--p/haskell-pcre-light/debian/changelog8
-rw-r--r--p/haskell-pcre-light/debian/control38
2 files changed, 21 insertions, 25 deletions
diff --git a/p/haskell-pcre-light/debian/changelog b/p/haskell-pcre-light/debian/changelog
index 8d3588b2f..606a5d5d1 100644
--- a/p/haskell-pcre-light/debian/changelog
+++ b/p/haskell-pcre-light/debian/changelog
@@ -1,14 +1,14 @@
-haskell-pcre-light (0.4.0.4-2) UNRELEASED; urgency=medium
+haskell-pcre-light (0.4.0.4-2) 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)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:57 +0300
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 13:17:19 -0400
haskell-pcre-light (0.4.0.4-1) unstable; urgency=medium
diff --git a/p/haskell-pcre-light/debian/control b/p/haskell-pcre-light/debian/control
index 3bd0ede4a..884e4fbde 100644
--- a/p/haskell-pcre-light/debian/control
+++ b/p/haskell-pcre-light/debian/control
@@ -3,27 +3,25 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata@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),
libpcre3-dev,
pkg-config (>=0.9.0),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Homepage: https://github.com/Daniel-Diaz/pcre-light
-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-pcre-light
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-pcre-light-dev
Architecture: any
-Depends: libpcre3-dev,
- ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: libpcre3-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Haskell library for Perl 5-compatible regular expressions${haskell:ShortBlurb}
The PCRE library is a set of functions that implement regular expression
pattern matching using the same syntax and semantics as Perl 5. The library
@@ -33,9 +31,8 @@ Description: Haskell library for Perl 5-compatible regular expressions${haskell:
Package: libghc-pcre-light-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Provides: ${haskell:Provides}
Description: pcre-light library with profiling enabled${haskell:ShortBlurb}
The PCRE library is a set of functions that implement regular expression
pattern matching using the same syntax and semantics as Perl 5. The library
@@ -46,13 +43,12 @@ Description: pcre-light library with profiling enabled${haskell:ShortBlurb}
Package: libghc-pcre-light-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: haskell-pcre-light-doc (<< 0.3.1.1-2),
-Provides: haskell-pcre-light-doc,
-Replaces: haskell-pcre-light-doc (<< 0.3.1.1-2),
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: haskell-pcre-light-doc (<< 0.3.1.1-2)
+Provides: haskell-pcre-light-doc
+Replaces: haskell-pcre-light-doc (<< 0.3.1.1-2)
Description: library documentation for pcre-light${haskell:ShortBlurb}
The PCRE library is a set of functions that implement regular expression
pattern matching using the same syntax and semantics as Perl 5. The library