summaryrefslogtreecommitdiff
path: root/p/haskell-boxes
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 14:57:55 -0400
committerClint Adams <clint@debian.org>2016-10-14 14:57:55 -0400
commitd95bd35627c3046cf27ffb66ab7e13943ace9271 (patch)
treeb59d6a1b89d22363e838973a4bdb9546c3cf6b6c /p/haskell-boxes
parent3e5b2a5b8228725d2567de46df88255261830701 (diff)
downloadDHG_packages-d95bd35627c3046cf27ffb66ab7e13943ace9271.tar.gz
boxes: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-boxes')
-rw-r--r--p/haskell-boxes/debian/changelog8
-rw-r--r--p/haskell-boxes/debian/control40
2 files changed, 22 insertions, 26 deletions
diff --git a/p/haskell-boxes/debian/changelog b/p/haskell-boxes/debian/changelog
index c6e941146..d8b81b64d 100644
--- a/p/haskell-boxes/debian/changelog
+++ b/p/haskell-boxes/debian/changelog
@@ -1,13 +1,13 @@
-haskell-boxes (0.1.4-3) UNRELEASED; urgency=medium
+haskell-boxes (0.1.4-3) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:34:51 +0300
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 14:57:40 -0400
haskell-boxes (0.1.4-2) unstable; urgency=medium
diff --git a/p/haskell-boxes/debian/control b/p/haskell-boxes/debian/control
index c9453e7d8..b59dd7c5b 100644
--- a/p/haskell-boxes/debian/control
+++ b/p/haskell-boxes/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-split-dev (>= 0.2),
+ haskell-devscripts (>= 0.10),
libghc-split-dev (<< 0.3),
+ libghc-split-dev (>= 0.2),
libghc-split-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-split-doc,
+Build-Depends-Indep: ghc-doc, libghc-split-doc
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/boxes
-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-boxes
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: 2D text pretty-printing library
A pretty-printing library for laying out text in two dimensions, using a
@@ -23,12 +23,10 @@ X-Description: 2D text pretty-printing library
Package: libghc-boxes-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}
.
@@ -36,11 +34,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-boxes-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}
.
@@ -49,10 +46,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-boxes-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}
.