[DHG_packages] 05/06: ghc-mtl: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 19:49:46 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 224ee062da8c8c994bda5c53bdb8d3540d977093
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 15:47:16 2016 -0400
ghc-mtl: build with ghc 8 in experimental
---
p/haskell-ghc-mtl/debian/changelog | 8 +++---
p/haskell-ghc-mtl/debian/control | 52 ++++++++++++++++++++++++--------------
2 files changed, 37 insertions(+), 23 deletions(-)
diff --git a/p/haskell-ghc-mtl/debian/changelog b/p/haskell-ghc-mtl/debian/changelog
index 09a3947..f89af3c 100644
--- a/p/haskell-ghc-mtl/debian/changelog
+++ b/p/haskell-ghc-mtl/debian/changelog
@@ -1,14 +1,14 @@
-haskell-ghc-mtl (1.2.1.0-5) UNRELEASED; urgency=medium
+haskell-ghc-mtl (1.2.1.0-5) 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)
* Convert `debian/copyright' to dep5 format
- [ 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:20 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 15:47:11 -0400
haskell-ghc-mtl (1.2.1.0-4) unstable; urgency=medium
diff --git a/p/haskell-ghc-mtl/debian/control b/p/haskell-ghc-mtl/debian/control
index 72da145..1cbd8ff 100644
--- a/p/haskell-ghc-mtl/debian/control
+++ b/p/haskell-ghc-mtl/debian/control
@@ -1,36 +1,43 @@
Source: haskell-ghc-mtl
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,
+ haskell-devscripts (>= 0.10),
libghc-exceptions-dev (>= 0.6),
libghc-exceptions-prof,
libghc-extensible-exceptions-dev,
libghc-extensible-exceptions-prof,
libghc-mtl-dev,
libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-exceptions-doc,
libghc-extensible-exceptions-doc,
libghc-mtl-doc,
Standards-Version: 3.9.8
Homepage: http://hub.darcs.net/jcpetruzza/ghc-mtl
-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-ghc-mtl
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-ghc-mtl-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: an mtl compatible version of the Ghc-Api monads${haskell:ShortBlurb}
Provides an mtl compatible version of the GhcT monad-transformer defined in
the GHC-API since version 6.10.1.
@@ -39,12 +46,16 @@ Description: an mtl compatible version of the Ghc-Api monads${haskell:ShortBlurb
Package: libghc-ghc-mtl-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: an mtl compatible version of the Ghc-Api monads${haskell:ShortBlurb}
Provides an mtl compatible version of the GhcT monad-transformer defined in
the GHC-API since version 6.10.1.
@@ -54,10 +65,13 @@ Description: an mtl compatible version of the Ghc-Api monads${haskell:ShortBlurb
Package: libghc-ghc-mtl-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: an mtl compatible version of the Ghc-Api monads${haskell:ShortBlurb}
Provides an mtl compatible version of the GhcT monad-transformer defined in
the GHC-API since version 6.10.1.
--
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