summaryrefslogtreecommitdiff
path: root/p/haskell-persistable-record/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 15:30:13 -0400
committerClint Adams <clint@debian.org>2016-10-16 15:30:13 -0400
commitc69c19b1774aa6af62a5830976f77401559c8fe4 (patch)
tree73193b298cc37adc9a8b48205361fb542eed0439 /p/haskell-persistable-record/debian
parent4758e94a65481cd53dfa8fe8ec3e39009b69b3a4 (diff)
downloadDHG_packages-c69c19b1774aa6af62a5830976f77401559c8fe4.tar.gz
persistable-record: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-persistable-record/debian')
-rw-r--r--p/haskell-persistable-record/debian/changelog6
-rw-r--r--p/haskell-persistable-record/debian/control55
2 files changed, 42 insertions, 19 deletions
diff --git a/p/haskell-persistable-record/debian/changelog b/p/haskell-persistable-record/debian/changelog
index e1e622daf..9fa9199ea 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@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 53b7cd201..16aebe7f1 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@lists.alioth.debian.org>
-Uploaders: Kei Hibino <ex8k.hibino@gmail.com>
+Uploaders:
+ Kei Hibino <ex8k.hibino@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}
.