summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 14:41:14 -0400
committerClint Adams <clint@debian.org>2016-10-14 14:41:14 -0400
commitf07ba57dcd37690cbda54cfe6ee845299baafb2b (patch)
treeb9d8f23d926fa192a59329941ad36a29d0ead5ec
parenta03fd4b159046c558340df22481c1adecf7418cc (diff)
downloadDHG_packages-f07ba57dcd37690cbda54cfe6ee845299baafb2b.tar.gz
utility-ht: build with ghc 8 in experimental
-rw-r--r--p/haskell-utility-ht/debian/changelog6
-rw-r--r--p/haskell-utility-ht/debian/control42
2 files changed, 25 insertions, 23 deletions
diff --git a/p/haskell-utility-ht/debian/changelog b/p/haskell-utility-ht/debian/changelog
index cb7762e46..221b26360 100644
--- a/p/haskell-utility-ht/debian/changelog
+++ b/p/haskell-utility-ht/debian/changelog
@@ -1,3 +1,9 @@
+haskell-utility-ht (0.0.12-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 14:41:03 -0400
+
haskell-utility-ht (0.0.12-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-utility-ht/debian/control b/p/haskell-utility-ht/debian/control
index 105aa2d6a..ce5b13785 100644
--- a/p/haskell-utility-ht/debian/control
+++ b/p/haskell-utility-ht/debian/control
@@ -3,26 +3,25 @@ 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,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/utility-ht
-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-utility-ht
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-utility-ht-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
-Description: Small helper functions for Lists, Maybes, Tuples and Functions${haskell:ShortBlurb}
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: small helper functions for Lists, Maybes, Tuples and Functions${haskell:ShortBlurb}
This library provides various small helper functions for Lists, Maybes,
Tuples and Functions. Some of these functions are improved implementations
of standard functions. They have the same name as their standard
@@ -32,12 +31,10 @@ Description: Small helper functions for Lists, Maybes, Tuples and Functions${has
Package: libghc-utility-ht-prof
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: profiling libraries for libghc-utility-ht-dev${haskell:ShortBlurb}
This library provides various small helper functions for Lists, Maybes,
Tuples and Functions. Some of these functions are improved implementations
@@ -49,11 +46,10 @@ Description: profiling libraries for libghc-utility-ht-dev${haskell:ShortBlurb}
Package: libghc-utility-ht-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Description: Small helper functions for Lists, Maybes, Tuples and Functions${haskell:ShortBlurb}
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: small helper functions for Lists, Maybes, Tuples and Functions${haskell:ShortBlurb}
This library provides various small helper functions for Lists, Maybes,
Tuples and Functions. Some of these functions are improved implementations
of standard functions. They have the same name as their standard