summaryrefslogtreecommitdiff
path: root/p/haskell-blaze-svg/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 15:37:49 -0400
committerClint Adams <clint@debian.org>2016-10-16 15:37:49 -0400
commit0f45675a9bc5d6a4fa23751554f775a59fb0743e (patch)
tree2cd6611d8d9c34458cd0531ef103a133fe397e30 /p/haskell-blaze-svg/debian
parentce183f350cb6079ac4360bd58c794a944ba634ed (diff)
downloadDHG_packages-0f45675a9bc5d6a4fa23751554f775a59fb0743e.tar.gz
blaze-svg: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-blaze-svg/debian')
-rw-r--r--p/haskell-blaze-svg/debian/changelog6
-rw-r--r--p/haskell-blaze-svg/debian/control54
2 files changed, 37 insertions, 23 deletions
diff --git a/p/haskell-blaze-svg/debian/changelog b/p/haskell-blaze-svg/debian/changelog
index 3c55a840f..0d5d97004 100644
--- a/p/haskell-blaze-svg/debian/changelog
+++ b/p/haskell-blaze-svg/debian/changelog
@@ -1,8 +1,8 @@
-haskell-blaze-svg (0.3.6-2) UNRELEASED; urgency=medium
+haskell-blaze-svg (0.3.6-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:15 +0200
+ -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 15:37:41 -0400
haskell-blaze-svg (0.3.6-1) unstable; urgency=medium
diff --git a/p/haskell-blaze-svg/debian/control b/p/haskell-blaze-svg/debian/control
index 1866e04f5..ef2e5f1e4 100644
--- a/p/haskell-blaze-svg/debian/control
+++ b/p/haskell-blaze-svg/debian/control
@@ -1,35 +1,42 @@
Source: haskell-blaze-svg
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata@debian.org>
+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-blaze-markup-dev (>= 0.5),
+ haskell-devscripts (>= 0.10),
libghc-blaze-markup-dev (<< 0.8),
+ libghc-blaze-markup-dev (>= 0.5),
libghc-blaze-markup-prof,
- libghc-mtl-dev (>= 2),
libghc-mtl-dev (<< 3),
+ libghc-mtl-dev (>= 2),
libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-blaze-markup-doc,
libghc-mtl-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/deepakjois/blaze-svg
-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-svg
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-blaze-svg-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: SVG combinator library${haskell:ShortBlurb}
A blazingly fast SVG combinator library for the Haskell programming language.
The "Text.Blaze.SVG" module is a good starting point.
@@ -38,11 +45,15 @@ Description: SVG combinator library${haskell:ShortBlurb}
Package: libghc-blaze-svg-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: SVG combinator library${haskell:ShortBlurb}
A blazingly fast SVG combinator library for the Haskell programming language.
The "Text.Blaze.SVG" module is a good starting point.
@@ -52,10 +63,13 @@ Description: SVG combinator library${haskell:ShortBlurb}
Package: libghc-blaze-svg-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: SVG combinator library${haskell:ShortBlurb}
A blazingly fast SVG combinator library for the Haskell programming language.
The "Text.Blaze.SVG" module is a good starting point.