[DHG_packages] 02/05: load-env: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 00:08:00 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 9a64b6f01d2527aa0ec6cd8d3371b924ab592f90
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 20:04:59 2016 -0400
load-env: build with ghc 8 in experimental
---
p/haskell-load-env/debian/changelog | 6 ++++
p/haskell-load-env/debian/control | 59 ++++++++++++++++++++++++-------------
2 files changed, 44 insertions(+), 21 deletions(-)
diff --git a/p/haskell-load-env/debian/changelog b/p/haskell-load-env/debian/changelog
index df03ce7..7dfd7da 100644
--- a/p/haskell-load-env/debian/changelog
+++ b/p/haskell-load-env/debian/changelog
@@ -1,3 +1,9 @@
+haskell-load-env (0.1.1-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 20:04:57 -0400
+
haskell-load-env (0.1.1-1) unstable; urgency=low
* Initial release
diff --git a/p/haskell-load-env/debian/control b/p/haskell-load-env/debian/control
index b0e89d8..bf3d848 100644
--- a/p/haskell-load-env/debian/control
+++ b/p/haskell-load-env/debian/control
@@ -1,18 +1,21 @@
Source: haskell-load-env
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.9),
+ libghc-hspec-dev,
+ libghc-hunit-dev,
libghc-parsec3-dev,
libghc-parsec3-prof,
- libghc-hunit-dev,
- libghc-hspec-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-parsec3-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/load-env
@@ -26,13 +29,18 @@ X-Description: load environment variables from a file
Package: libghc-load-env-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}
.
@@ -40,12 +48,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-load-env-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}
.
@@ -54,11 +67,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-load-env-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