[DHG_packages] 02/05: time-compat: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 05:15:36 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 741de2c2f1676690b12713fe62eb4ba26899f9ba
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 01:12:33 2016 -0400
time-compat: build with ghc 8 in experimental
---
p/haskell-time-compat/debian/changelog | 10 +++----
p/haskell-time-compat/debian/control | 50 ++++++++++++++++++++++------------
2 files changed, 37 insertions(+), 23 deletions(-)
diff --git a/p/haskell-time-compat/debian/changelog b/p/haskell-time-compat/debian/changelog
index 6416ade..5082147 100644
--- a/p/haskell-time-compat/debian/changelog
+++ b/p/haskell-time-compat/debian/changelog
@@ -1,13 +1,13 @@
-haskell-time-compat (0.1.0.3-6) UNRELEASED; urgency=medium
+haskell-time-compat (0.1.0.3-6) 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:22 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 01:12:18 -0400
haskell-time-compat (0.1.0.3-5) unstable; urgency=medium
@@ -17,7 +17,7 @@ haskell-time-compat (0.1.0.3-5) unstable; urgency=medium
haskell-time-compat (0.1.0.3-4) experimental; urgency=medium
- * Explicitly depend on old-time, as it is no longer provided by ghc.
+ * Explicitly depend on old-time, as it is no longer provided by ghc.
* Bump standards-version to 3.9.6
* Depend on haskell-devscripts >= 0.10 to ensure that this package
builds against GHC in experimental
diff --git a/p/haskell-time-compat/debian/control b/p/haskell-time-compat/debian/control
index 9fe6355..f8a3aff 100644
--- a/p/haskell-time-compat/debian/control
+++ b/p/haskell-time-compat/debian/control
@@ -1,30 +1,37 @@
Source: haskell-time-compat
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-old-time-dev,
libghc-old-time-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-old-time-doc,
Standards-Version: 3.9.8
Homepage: http://hub.darcs.net/dag/time-compat
-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-time-compat
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-time-compat-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Compatibility with old-time for the time package${haskell:ShortBlurb}
This package provides a compatibility layer with the old-time package for the
"new" time package.
@@ -33,11 +40,15 @@ Description: Compatibility with old-time for the time package${haskell:ShortBlur
Package: libghc-time-compat-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Compatibility with old-time for the time package${haskell:ShortBlurb}
This package provides a compatibility layer with the old-time package for the
"new" time package.
@@ -47,10 +58,13 @@ Description: Compatibility with old-time for the time package${haskell:ShortBlur
Package: libghc-time-compat-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Compatibility with old-time for the time package${haskell:ShortBlurb}
This package provides a compatibility layer with the old-time package for the
"new" time package.
--
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