[DHG_packages] 03/05: with-location: build wtih ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 04:55:33 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 51d31aa40a283b3d8da353525540fbad5b5ee15f
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 00:53:30 2016 -0400

    with-location: build wtih ghc 8 in experimental
---
 p/haskell-with-location/debian/changelog |  6 ++++
 p/haskell-with-location/debian/control   | 55 +++++++++++++++++++++-----------
 2 files changed, 42 insertions(+), 19 deletions(-)

diff --git a/p/haskell-with-location/debian/changelog b/p/haskell-with-location/debian/changelog
index 4d285d9..9c28311 100644
--- a/p/haskell-with-location/debian/changelog
+++ b/p/haskell-with-location/debian/changelog
@@ -1,3 +1,9 @@
+haskell-with-location (0.1.0-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 00:53:23 -0400
+
 haskell-with-location (0.1.0-1) unstable; urgency=low
 
   * Initial release
diff --git a/p/haskell-with-location/debian/control b/p/haskell-with-location/debian/control
index 485a6f0..f9ecf23 100644
--- a/p/haskell-with-location/debian/control
+++ b/p/haskell-with-location/debian/control
@@ -1,15 +1,18 @@
 Source: haskell-with-location
 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,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/sol/with-location#readme
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-with-location
@@ -20,13 +23,18 @@ X-Description: ImplicitParams-based source locations
 
 Package: libghc-with-location-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}
  .
@@ -34,12 +42,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-with-location-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}
  .
@@ -48,11 +61,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-with-location-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