[DHG_packages] 02/05: parseargs: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 17:20:09 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 f6ef042b3a6d6c959b2340f2647c35a3cb2fd3e8
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 13:15:40 2016 -0400
parseargs: build with ghc 8 in experimental
---
p/haskell-parseargs/debian/changelog | 6 ++++++
p/haskell-parseargs/debian/control | 37 +++++++++++++++++-------------------
2 files changed, 23 insertions(+), 20 deletions(-)
diff --git a/p/haskell-parseargs/debian/changelog b/p/haskell-parseargs/debian/changelog
index 3312ba9..79a081c 100644
--- a/p/haskell-parseargs/debian/changelog
+++ b/p/haskell-parseargs/debian/changelog
@@ -1,3 +1,9 @@
+haskell-parseargs (0.2.0.7-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 13:15:20 -0400
+
haskell-parseargs (0.2.0.7-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-parseargs/debian/control b/p/haskell-parseargs/debian/control
index 86c0ff3..fde3423 100644
--- a/p/haskell-parseargs/debian/control
+++ b/p/haskell-parseargs/debian/control
@@ -3,25 +3,24 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Clint Adams <clint 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://github.com/BartMassey/parseargs
-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-parseargs
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-parseargs-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: Command-line argument parsing library${haskell:ShortBlurb}
It parses command-line arguments.
.
@@ -29,11 +28,10 @@ Description: Command-line argument parsing library${haskell:ShortBlurb}
Package: libghc-parseargs-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: Command-line argument parsing library${haskell:ShortBlurb}
It parses command-line arguments.
.
@@ -42,10 +40,9 @@ Description: Command-line argument parsing library${haskell:ShortBlurb}
Package: libghc-parseargs-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: Command-line argument parsing library${haskell:ShortBlurb}
It parses command-line arguments.
.
--
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