[DHG_packages] 02/02: optparse-applicative: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 06:49:02 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 ee8ed04db6d178304900dc895d3ff2f1c4ea5b85
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 02:48:04 2016 -0400

    optparse-applicative: build with ghc 8 in experimental
---
 p/haskell-optparse-applicative/debian/changelog |  6 ++--
 p/haskell-optparse-applicative/debian/control   | 42 ++++++++++++-------------
 2 files changed, 23 insertions(+), 25 deletions(-)

diff --git a/p/haskell-optparse-applicative/debian/changelog b/p/haskell-optparse-applicative/debian/changelog
index 3a2c828..8ff6d09 100644
--- a/p/haskell-optparse-applicative/debian/changelog
+++ b/p/haskell-optparse-applicative/debian/changelog
@@ -1,8 +1,8 @@
-haskell-optparse-applicative (0.12.1.0-2) UNRELEASED; urgency=medium
+haskell-optparse-applicative (0.12.1.0-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:52 +0200
+ -- Clint Adams <clint at debian.org>  Sat, 15 Oct 2016 02:47:57 -0400
 
 haskell-optparse-applicative (0.12.1.0-1) unstable; urgency=medium
 
diff --git a/p/haskell-optparse-applicative/debian/control b/p/haskell-optparse-applicative/debian/control
index 6ec7836..b69a0c9 100644
--- a/p/haskell-optparse-applicative/debian/control
+++ b/p/haskell-optparse-applicative/debian/control
@@ -3,33 +3,33 @@ 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,
- libghc-ansi-wl-pprint-dev (>= 0.6.6),
+ haskell-devscripts (>= 0.10),
  libghc-ansi-wl-pprint-dev (<< 0.7),
+ libghc-ansi-wl-pprint-dev (>= 0.6.6),
  libghc-ansi-wl-pprint-prof,
- libghc-transformers-compat-dev (>= 0.3),
  libghc-transformers-compat-dev (<< 0.6),
+ libghc-transformers-compat-dev (>= 0.3),
  libghc-transformers-compat-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-ansi-wl-pprint-doc,
  libghc-transformers-compat-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/pcapriotti/optparse-applicative
-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-optparse-applicative
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-optparse-applicative-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: utilities and combinators for parsing command-line options${haskell:ShortBlurb}
  This is a library for constructing command-line option parsers in the
  applicative style.
@@ -38,11 +38,10 @@ Description: utilities and combinators for parsing command-line options${haskell
 
 Package: libghc-optparse-applicative-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: utilities and combinators for parsing command-line options${haskell:ShortBlurb}
  This is a library for constructing command-line option parsers in the
  applicative style.
@@ -52,10 +51,9 @@ Description: utilities and combinators for parsing command-line options${haskell
 Package: libghc-optparse-applicative-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: utilities and combinators for parsing command-line options${haskell:ShortBlurb}
  This is a library for constructing command-line option parsers in the
  applicative style.

-- 
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