[DHG_packages] 01/05: persistable-record: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 19:35:46 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 c69c19b1774aa6af62a5830976f77401559c8fe4
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 15:30:13 2016 -0400
persistable-record: build with ghc 8 in experimental
---
p/haskell-persistable-record/debian/changelog | 6 +++
p/haskell-persistable-record/debian/control | 55 ++++++++++++++++++---------
2 files changed, 42 insertions(+), 19 deletions(-)
diff --git a/p/haskell-persistable-record/debian/changelog b/p/haskell-persistable-record/debian/changelog
index e1e622d..9fa9199 100644
--- a/p/haskell-persistable-record/debian/changelog
+++ b/p/haskell-persistable-record/debian/changelog
@@ -1,3 +1,9 @@
+haskell-persistable-record (0.4.0.3-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 15:30:05 -0400
+
haskell-persistable-record (0.4.0.3-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-persistable-record/debian/control b/p/haskell-persistable-record/debian/control
index 53b7cd2..16aebe7 100644
--- a/p/haskell-persistable-record/debian/control
+++ b/p/haskell-persistable-record/debian/control
@@ -1,20 +1,23 @@
Source: haskell-persistable-record
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Kei Hibino <ex8k.hibino at gmail.com>
+Uploaders:
+ Kei Hibino <ex8k.hibino at gmail.com>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.9),
libghc-dlist-dev,
libghc-dlist-prof,
libghc-names-th-dev,
libghc-names-th-prof,
libghc-th-data-compat-dev,
libghc-th-data-compat-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-dlist-doc,
libghc-names-th-doc,
libghc-th-data-compat-doc,
@@ -28,13 +31,18 @@ X-Description: Binding between SQL database values and haskell records.
Package: libghc-persistable-record-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}
.
@@ -42,12 +50,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-persistable-record-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}
.
@@ -56,11 +69,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-persistable-record-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