[DHG_packages] 01/05: dependent-map: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 19:51:35 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 8ffc5256d0ba5605baa37665cc3de37d8ae38603
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 15:44:19 2016 -0400
dependent-map: build with ghc 8 in experimental
---
p/haskell-dependent-map/debian/changelog | 6 +++++
p/haskell-dependent-map/debian/control | 38 ++++++++++++++------------------
2 files changed, 23 insertions(+), 21 deletions(-)
diff --git a/p/haskell-dependent-map/debian/changelog b/p/haskell-dependent-map/debian/changelog
index 3dd8a75..2b7f1ab 100644
--- a/p/haskell-dependent-map/debian/changelog
+++ b/p/haskell-dependent-map/debian/changelog
@@ -1,3 +1,9 @@
+haskell-dependent-map (0.2.3.0-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 15:44:03 -0400
+
haskell-dependent-map (0.2.3.0-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-dependent-map/debian/control b/p/haskell-dependent-map/debian/control
index 1bba8d2..73146e0 100644
--- a/p/haskell-dependent-map/debian/control
+++ b/p/haskell-dependent-map/debian/control
@@ -3,31 +3,29 @@ 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-dependent-sum-dev (>= 0.3.2),
libghc-dependent-sum-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-dependent-sum-doc,
+Build-Depends-Indep: ghc-doc, libghc-dependent-sum-doc
Standards-Version: 3.9.8
Homepage: https://github.com/mokus0/dependent-map
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-dependent-map
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Dependent finite maps
+X-Description: dependent finite maps
This package provides a basic dependent sum type. The first component is a tag
that specifies the type of the second.
Package: libghc-dependent-map-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -35,11 +33,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-dependent-map-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:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -48,10 +45,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-dependent-map-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: ${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