[DHG_packages] 05/05: fast-logger: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 19:47:18 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 07773846b77309420226b5dc5ba736519c1543b2
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 15:45:53 2016 -0400
fast-logger: build with ghc 8 in experimental
---
p/haskell-fast-logger/debian/changelog | 6 ++++
p/haskell-fast-logger/debian/control | 50 ++++++++++++++++++++++------------
2 files changed, 38 insertions(+), 18 deletions(-)
diff --git a/p/haskell-fast-logger/debian/changelog b/p/haskell-fast-logger/debian/changelog
index 1c90b42..8e12f94 100644
--- a/p/haskell-fast-logger/debian/changelog
+++ b/p/haskell-fast-logger/debian/changelog
@@ -1,3 +1,9 @@
+haskell-fast-logger (2.4.7-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 15:45:49 -0400
+
haskell-fast-logger (2.4.7-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-fast-logger/debian/control b/p/haskell-fast-logger/debian/control
index 5ab5b5f..920c925 100644
--- a/p/haskell-fast-logger/debian/control
+++ b/p/haskell-fast-logger/debian/control
@@ -1,23 +1,26 @@
Source: haskell-fast-logger
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.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-auto-update-dev (>= 0.1.2),
libghc-auto-update-prof,
libghc-easy-file-dev (>= 0.2),
libghc-easy-file-prof,
+ libghc-hspec-dev,
libghc-text-dev,
libghc-text-prof,
libghc-unix-time-dev (>= 0.2.2),
libghc-unix-time-prof,
- libghc-hspec-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-auto-update-doc,
libghc-easy-file-doc,
libghc-text-doc,
@@ -29,12 +32,16 @@ Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
Package: libghc-fast-logger-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: a fast logging system${haskell:ShortBlurb}
Fast logging system to copy log data directly to Handle buffer.
It also supports rotation.
@@ -43,11 +50,15 @@ Description: a fast logging system${haskell:ShortBlurb}
Package: libghc-fast-logger-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: a fast logging system${haskell:ShortBlurb}
Fast logging system to copy log data directly to Handle buffer.
It also supports rotation.
@@ -57,10 +68,13 @@ Description: a fast logging system${haskell:ShortBlurb}
Package: libghc-fast-logger-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: a fast logging system${haskell:ShortBlurb}
Fast logging system to copy log data directly to Handle buffer.
It also supports rotation.
--
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