[DHG_packages] 04/06: options: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sat Oct 15 06:42:13 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 0243b6dc72bd0a2f9a82ea13e1122356e6d1e980
Author: Clint Adams <clint at debian.org>
Date: Sat Oct 15 02:38:55 2016 -0400
options: build with ghc 8 in experimental
---
p/haskell-options/debian/changelog | 7 +++++--
p/haskell-options/debian/control | 40 +++++++++++++++++---------------------
2 files changed, 23 insertions(+), 24 deletions(-)
diff --git a/p/haskell-options/debian/changelog b/p/haskell-options/debian/changelog
index c70d147..e8f9523 100644
--- a/p/haskell-options/debian/changelog
+++ b/p/haskell-options/debian/changelog
@@ -1,4 +1,4 @@
-haskell-options (1.2.1.1-5) UNRELEASED; urgency=medium
+haskell-options (1.2.1.1-5) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
@@ -7,7 +7,10 @@ haskell-options (1.2.1.1-5) UNRELEASED; urgency=medium
[ Ilias Tsitsimpis ]
* Update d/watch file to use hackage
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:55 +0300
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sat, 15 Oct 2016 02:38:43 -0400
haskell-options (1.2.1.1-4) unstable; urgency=medium
diff --git a/p/haskell-options/debian/control b/p/haskell-options/debian/control
index a06215d..9e87d63 100644
--- a/p/haskell-options/debian/control
+++ b/p/haskell-options/debian/control
@@ -3,29 +3,27 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: John Millikin <jmillikin at gmail.com>
Priority: optional
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
- ghc-prof,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-ghci,
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-monads-tf-dev (>= 0.1),
libghc-monads-tf-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-monads-tf-doc,
+Build-Depends-Indep: ghc-doc, libghc-monads-tf-doc
Standards-Version: 3.9.8
Homepage: https://john-millikin.com/software/haskell-options/
-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-options
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-options-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs: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 library for parsing command-line options${haskell:ShortBlurb}
The options package lets library and application developers easily work
with command-line options.
@@ -34,11 +32,10 @@ Description: Haskell library for parsing command-line options${haskell:ShortBlur
Package: libghc-options-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 library for parsing command-line options${haskell:ShortBlurb}
The options package lets library and application developers easily work
with command-line options.
@@ -48,10 +45,9 @@ Description: Haskell library for parsing command-line options${haskell:ShortBlur
Package: libghc-options-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: Haskell library for parsing command-line options${haskell:ShortBlurb}
The options package lets library and application developers easily work
with command-line options.
--
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