[DHG_packages] 01/05: parsec: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 20:45:32 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 0bb6d6722eb01f062900a8ff5fcc23c1113567e1
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 16:39:25 2016 -0400
parsec: build with ghc 8 in experimental
---
p/haskell-parsec/debian/changelog | 6 ++---
p/haskell-parsec/debian/control | 54 +++++++++++++++++----------------------
2 files changed, 27 insertions(+), 33 deletions(-)
diff --git a/p/haskell-parsec/debian/changelog b/p/haskell-parsec/debian/changelog
index a661245..627ac4f 100644
--- a/p/haskell-parsec/debian/changelog
+++ b/p/haskell-parsec/debian/changelog
@@ -1,8 +1,8 @@
-haskell-parsec (3.1.11-2) UNRELEASED; urgency=medium
+haskell-parsec (3.1.11-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:53 +0200
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 16:39:10 -0400
haskell-parsec (3.1.11-1) unstable; urgency=medium
diff --git a/p/haskell-parsec/debian/control b/p/haskell-parsec/debian/control
index edde046..aefd3db 100644
--- a/p/haskell-parsec/debian/control
+++ b/p/haskell-parsec/debian/control
@@ -3,34 +3,31 @@ 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,
+ haskell-devscripts (>= 0.10),
libghc-mtl-dev,
libghc-mtl-prof,
- libghc-text-dev (>= 0.2),
libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.2),
libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
- libghc-text-doc,
+Build-Depends-Indep: ghc-doc, libghc-mtl-doc, libghc-text-doc
Standards-Version: 3.9.8
Homepage: https://github.com/aslatter/parsec
-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-parsec
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-parsec3-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: libghc-parsec-dev (<< 3.0.0-5),
-Provides: ${haskell:Provides},
-Replaces: libghc-parsec-dev (<< 3.0.0-5),
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: libghc-parsec-dev (<< 3.0.0-5)
+Provides: ${haskell:Provides}
+Replaces: libghc-parsec-dev (<< 3.0.0-5)
Description: Haskell monadic parser combinator library for GHC
This package provides a library for the Haskell programming language.
.
@@ -42,13 +39,12 @@ Description: Haskell monadic parser combinator library for GHC
Package: libghc-parsec3-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: libghc-parsec-prof (<< 3.0.0-5),
-Provides: ${haskell:Provides},
-Replaces: libghc-parsec-prof (<< 3.0.0-5),
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: libghc-parsec-prof (<< 3.0.0-5)
+Provides: ${haskell:Provides}
+Replaces: libghc-parsec-prof (<< 3.0.0-5)
Description: Haskell monadic parser combinator library for GHC; profiling libraries
This package provides a library for the Haskell programming language,
compiled for profiling.
@@ -62,13 +58,11 @@ Description: Haskell monadic parser combinator library for GHC; profiling librar
Package: libghc-parsec3-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: libghc-parsec-doc (<< 3.0.0-5),
-Replaces: libghc-parsec-doc (<< 3.0.0-5),
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: libghc-parsec-doc (<< 3.0.0-5)
+Replaces: libghc-parsec-doc (<< 3.0.0-5)
Description: Haskell monadic parser combinator library for GHC; documentation
This package provides the documentation for a library for the Haskell
programming language.
--
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