[DHG_packages] 02/05: optparse-simple: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 23:06:06 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 cbd0aa54020b93ea3daba939d21cdaabcd6333a9
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 19:02:23 2016 -0400
optparse-simple: build with ghc 8 in experimental
---
p/haskell-optparse-simple/debian/changelog | 8 ++--
p/haskell-optparse-simple/debian/control | 60 +++++++++++++++++++-----------
2 files changed, 42 insertions(+), 26 deletions(-)
diff --git a/p/haskell-optparse-simple/debian/changelog b/p/haskell-optparse-simple/debian/changelog
index 13a39ad..7243789 100644
--- a/p/haskell-optparse-simple/debian/changelog
+++ b/p/haskell-optparse-simple/debian/changelog
@@ -1,13 +1,13 @@
-haskell-optparse-simple (0.0.3-4) UNRELEASED; urgency=medium
+haskell-optparse-simple (0.0.3-4) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:55 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 19:02:17 -0400
haskell-optparse-simple (0.0.3-3) unstable; urgency=medium
diff --git a/p/haskell-optparse-simple/debian/control b/p/haskell-optparse-simple/debian/control
index d088a71..3023d6d 100644
--- a/p/haskell-optparse-simple/debian/control
+++ b/p/haskell-optparse-simple/debian/control
@@ -1,40 +1,47 @@
Source: haskell-optparse-simple
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+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,
- ghc-ghci,
+ haskell-devscripts (>= 0.10),
libghc-either-dev,
libghc-either-prof,
libghc-gitrev-dev,
libghc-gitrev-prof,
libghc-optparse-applicative-dev,
libghc-optparse-applicative-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-either-doc,
libghc-gitrev-doc,
libghc-optparse-applicative-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/optparse-simple
-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-simple
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Simple interface to optparse-applicative
+X-Description: simple interface to optparse-applicative
This package provides a simpler interface to optparse-applicative.
Package: libghc-optparse-simple-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -42,12 +49,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-optparse-simple-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -56,11 +68,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-optparse-simple-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
--
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