[DHG_packages] 03/05: time-parsers: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 21:29:07 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 e170f508f4c4deb41770a89e93510546759c9649
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 17:26:44 2016 -0400
time-parsers: build with ghc 8 in experimental
---
p/haskell-time-parsers/debian/changelog | 6 +++
p/haskell-time-parsers/debian/control | 71 ++++++++++++++++++++-------------
2 files changed, 50 insertions(+), 27 deletions(-)
diff --git a/p/haskell-time-parsers/debian/changelog b/p/haskell-time-parsers/debian/changelog
index 141b2b3..1dafa82 100644
--- a/p/haskell-time-parsers/debian/changelog
+++ b/p/haskell-time-parsers/debian/changelog
@@ -1,3 +1,9 @@
+haskell-time-parsers (0.1.1.0-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 17:26:42 -0400
+
haskell-time-parsers (0.1.1.0-1) unstable; urgency=medium
* New upstream verison.
diff --git a/p/haskell-time-parsers/debian/control b/p/haskell-time-parsers/debian/control
index 85863aa..fdc2dd1 100644
--- a/p/haskell-time-parsers/debian/control
+++ b/p/haskell-time-parsers/debian/control
@@ -1,29 +1,32 @@
Source: haskell-time-parsers
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,
- libghc-parsers-dev (>= 0.12.2.1),
- libghc-parsers-dev (<< 0.13),
- libghc-parsers-prof,
- libghc-attoparsec-dev (>= 0.12.1.6),
+ haskell-devscripts (>= 0.9),
libghc-attoparsec-dev (<< 0.14),
- libghc-bifunctors-dev (>= 4.2.1),
+ libghc-attoparsec-dev (>= 0.12.1.6),
libghc-bifunctors-dev (<< 5.5),
- libghc-parsec3-dev (>= 3.1.9),
+ libghc-bifunctors-dev (>= 4.2.1),
libghc-parsec3-dev (<< 3.2),
+ libghc-parsec3-dev (>= 3.1.9),
+ libghc-parsers-dev (<< 0.13),
+ libghc-parsers-dev (>= 0.12.2.1),
libghc-parsers-dev (>= 0.12.3),
- libghc-tasty-dev (>= 0.10.1.2),
+ libghc-parsers-prof,
libghc-tasty-dev (<< 0.12),
- libghc-tasty-hunit-dev (>= 0.9.2),
+ libghc-tasty-dev (>= 0.10.1.2),
libghc-tasty-hunit-dev (<< 0.10),
+ libghc-tasty-hunit-dev (>= 0.9.2),
libghc-text-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-parsers-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/phadej/time-parsers#readme
@@ -35,13 +38,18 @@ X-Description: parsers for types in the time library
Package: libghc-time-parsers-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}
.
@@ -49,12 +57,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-time-parsers-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}
.
@@ -63,11 +76,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-time-parsers-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