[DHG_packages] 03/06: acid-state: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 20:42: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 e6f57a579a7b3c8c6752f88cedee0147943fa560
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 16:38:40 2016 -0400
acid-state: build with ghc 8 in experimental
---
p/haskell-acid-state/debian/changelog | 6 +++++
p/haskell-acid-state/debian/control | 51 ++++++++++++++++++++++-------------
2 files changed, 39 insertions(+), 18 deletions(-)
diff --git a/p/haskell-acid-state/debian/changelog b/p/haskell-acid-state/debian/changelog
index 4aaac88..9737229 100644
--- a/p/haskell-acid-state/debian/changelog
+++ b/p/haskell-acid-state/debian/changelog
@@ -1,3 +1,9 @@
+haskell-acid-state (0.14.2-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 16:38:35 -0400
+
haskell-acid-state (0.14.2-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-acid-state/debian/control b/p/haskell-acid-state/debian/control
index e7b187a..78411fe 100644
--- a/p/haskell-acid-state/debian/control
+++ b/p/haskell-acid-state/debian/control
@@ -1,13 +1,16 @@
Source: haskell-acid-state
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio at debian.org>, Clint Adams <clint at debian.org>
+Uploaders:
+ Giovanni Mascellani <gio at debian.org>,
+ 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-cereal-dev (>= 0.4.1.0),
libghc-cereal-prof,
libghc-extensible-exceptions-dev,
@@ -20,7 +23,8 @@ Build-Depends: debhelper (>= 9),
libghc-safecopy-prof,
libghc-stm-dev (>= 2.4),
libghc-stm-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-cereal-doc,
libghc-extensible-exceptions-doc,
libghc-mtl-doc,
@@ -29,17 +33,21 @@ Build-Depends-Indep: ghc-doc,
libghc-stm-doc,
Standards-Version: 3.9.8
Homepage: http://acid-state.seize.it/
-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-acid-state
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-acid-state-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: Haskell database library with ACID guarantees - GHC libraries${haskell:ShortBlurb}
AcidState is a Haskell library to store serializable Haskell
structures, guaranteeing that transactions support the ACID
@@ -58,11 +66,15 @@ Description: Haskell database library with ACID guarantees - GHC libraries${hask
Package: libghc-acid-state-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: Haskell database library with ACID guarantees - GHC profiling libraries${haskell:ShortBlurb}
AcidState is a Haskell library to store serializable Haskell
structures, guaranteeing that transactions support the ACID
@@ -82,10 +94,13 @@ Description: Haskell database library with ACID guarantees - GHC profiling libra
Package: libghc-acid-state-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: Haskell database library with ACID guarantees - documentation${haskell:ShortBlurb}
AcidState is a Haskell library to store serializable Haskell
structures, guaranteeing that transactions support the ACID
--
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