summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 14:55:05 -0400
committerClint Adams <clint@debian.org>2016-10-14 14:55:05 -0400
commit34222d36fc2ad836fa51ee0e4097d5fd545d3c49 (patch)
treef2423db6b87c26228afa451ac5bf7e91fe54fec4
parentb8de18839c4e8ab4c975a10439ec6c7da6048508 (diff)
downloadDHG_packages-34222d36fc2ad836fa51ee0e4097d5fd545d3c49.tar.gz
blaze-builder: build with ghc 8 in experimental
-rw-r--r--p/haskell-blaze-builder/debian/changelog7
-rw-r--r--p/haskell-blaze-builder/debian/control40
-rw-r--r--p/haskell-blaze-builder/debian/libghc-blaze-builder-dev.docs2
3 files changed, 23 insertions, 26 deletions
diff --git a/p/haskell-blaze-builder/debian/changelog b/p/haskell-blaze-builder/debian/changelog
index 23ee2f321..3905dba36 100644
--- a/p/haskell-blaze-builder/debian/changelog
+++ b/p/haskell-blaze-builder/debian/changelog
@@ -1,8 +1,9 @@
-haskell-blaze-builder (0.4.0.2-2) UNRELEASED; urgency=medium
+haskell-blaze-builder (0.4.0.2-2) experimental; urgency=medium
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:15 +0200
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 14:54:54 -0400
haskell-blaze-builder (0.4.0.2-1) unstable; urgency=medium
diff --git a/p/haskell-blaze-builder/debian/control b/p/haskell-blaze-builder/debian/control
index 8fc81d580..7ffb0798e 100644
--- a/p/haskell-blaze-builder/debian/control
+++ b/p/haskell-blaze-builder/debian/control
@@ -3,19 +3,19 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata@debian.org>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-text-dev (>= 0.10),
+ haskell-devscripts (>= 0.10),
libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.10),
libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-text-doc,
+Build-Depends-Indep: ghc-doc, libghc-text-doc
Standards-Version: 3.9.8
Homepage: http://github.com/lpsmith/blaze-builder
-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-blaze-builder
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: abstraction of buffered output of byte streams
This library provides an abstraction of buffered output of byte streams and
@@ -28,12 +28,10 @@ X-Description: abstraction of buffered output of byte streams
Package: libghc-blaze-builder-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -41,11 +39,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-blaze-builder-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -54,10 +51,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-blaze-builder-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
diff --git a/p/haskell-blaze-builder/debian/libghc-blaze-builder-dev.docs b/p/haskell-blaze-builder/debian/libghc-blaze-builder-dev.docs
index e88b6beb7..fca169ecc 100644
--- a/p/haskell-blaze-builder/debian/libghc-blaze-builder-dev.docs
+++ b/p/haskell-blaze-builder/debian/libghc-blaze-builder-dev.docs
@@ -1,2 +1,2 @@
-TODO
README.markdown
+TODO