[DHG_packages] 02/05: iso8601-time: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 00:03:42 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 90d226578e92573a441755a4fd285c4cb4d257b5
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 20:00:53 2016 -0400
iso8601-time: build with ghc 8 in experimental
---
p/haskell-iso8601-time/debian/changelog | 6 ++++
p/haskell-iso8601-time/debian/control | 57 +++++++++++++++++++++------------
2 files changed, 43 insertions(+), 20 deletions(-)
diff --git a/p/haskell-iso8601-time/debian/changelog b/p/haskell-iso8601-time/debian/changelog
index 8ad790b..b629cc4 100644
--- a/p/haskell-iso8601-time/debian/changelog
+++ b/p/haskell-iso8601-time/debian/changelog
@@ -1,3 +1,9 @@
+haskell-iso8601-time (0.1.4-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 20:00:49 -0400
+
haskell-iso8601-time (0.1.4-1) unstable; urgency=low
* Initial release
diff --git a/p/haskell-iso8601-time/debian/control b/p/haskell-iso8601-time/debian/control
index e6022ec..e5af712 100644
--- a/p/haskell-iso8601-time/debian/control
+++ b/p/haskell-iso8601-time/debian/control
@@ -1,37 +1,45 @@
Source: haskell-iso8601-time
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: James McCoy <jamessan at debian.org>
+Uploaders:
+ James McCoy <jamessan at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
cabal-install,
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.9),
libghc-hspec-dev (>= 1.3.0.1),
libghc-hunit-dev (>= 1.2),
libghc-time-dev,
libghc-time-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-time-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/nh2/iso8601-time
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-iso8601-time
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Convert to/from the ISO 8601 time format
+X-Description: convert to/from the ISO 8601 time format
Conversion functions between Haskell time types and the ISO 8601 format,
which is often used for printing times, e.g. JavaScript's @new Date().toISOString()@.
Package: libghc-iso8601-time-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-iso8601-time-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-iso8601-time-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