[DHG_packages] 01/06: utility-ht: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 18:49:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit f07ba57dcd37690cbda54cfe6ee845299baafb2b
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 14:41:14 2016 -0400
utility-ht: build with ghc 8 in experimental
---
p/haskell-utility-ht/debian/changelog | 6 +++++
p/haskell-utility-ht/debian/control | 42 ++++++++++++++++-------------------
2 files changed, 25 insertions(+), 23 deletions(-)
diff --git a/p/haskell-utility-ht/debian/changelog b/p/haskell-utility-ht/debian/changelog
index cb7762e..221b263 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 at 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 105aa2d..ce5b137 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 at lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata at 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list