[DHG_packages] 04/05: EdisonCore: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 18:09:07 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 527c30f46326aa51b3c657bdfd10a767c7f5c277
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 14:06:39 2016 -0400

    EdisonCore: build with ghc 8 in experimental
---
 p/haskell-edison-core/debian/changelog |  6 ++--
 p/haskell-edison-core/debian/control   | 65 +++++++++++++++++++++-------------
 p/haskell-edison-core/debian/copyright |  2 +-
 3 files changed, 44 insertions(+), 29 deletions(-)

diff --git a/p/haskell-edison-core/debian/changelog b/p/haskell-edison-core/debian/changelog
index d4227f5..fc714d7 100644
--- a/p/haskell-edison-core/debian/changelog
+++ b/p/haskell-edison-core/debian/changelog
@@ -1,8 +1,8 @@
-haskell-edison-core (1.3.1.1-2) UNRELEASED; urgency=medium
+haskell-edison-core (1.3.1.1-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:28 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 14:06:31 -0400
 
 haskell-edison-core (1.3.1.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-edison-core/debian/control b/p/haskell-edison-core/debian/control
index 55bb2c0..02e5191 100644
--- a/p/haskell-edison-core/debian/control
+++ b/p/haskell-edison-core/debian/control
@@ -1,37 +1,43 @@
 Source: haskell-edison-core
 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,
- libghc-edison-api-dev (>= 1.3),
+ haskell-devscripts (>= 0.10),
  libghc-edison-api-dev (<< 1.4),
+ libghc-edison-api-dev (>= 1.3),
  libghc-edison-api-prof,
- libghc-quickcheck2-dev (>= 2.8.2),
- libghc-quickcheck2-dev (<< 3),
- libghc-quickcheck2-prof,
  libghc-mtl-dev,
  libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
+ libghc-quickcheck2-dev (<< 3),
+ libghc-quickcheck2-dev (>= 2.8.2),
+ libghc-quickcheck2-prof,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-edison-api-doc,
- libghc-quickcheck2-doc,
  libghc-mtl-doc,
+ libghc-quickcheck2-doc,
 Standards-Version: 3.9.8
 Homepage: http://rwd.rdockins.name/edison/home/
-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-edison-core
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-edison-core-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Haskell library of efficent, purely-functional data structures
  Some concrete implementations of the abstract interface of the Edison
  library for Haskell for use with ghc.
@@ -48,11 +54,14 @@ Description: Haskell library of efficent, purely-functional data structures
 
 Package: libghc-edison-core-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Haskell library of data structures; profiling libraries
  Some concrete implementations of the abstract interface of the Edison
  library for Haskell for use with ghc.
@@ -70,14 +79,20 @@ Description: Haskell library of data structures; profiling libraries
 Package: libghc-edison-core-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: haskell-edison-core-doc (<< 1.2.1.3-4),
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ haskell-edison-core-doc (<< 1.2.1.3-4),
  libghc6-edison-core-doc (<< 1:1),
-Provides: haskell-edison-core-doc,
-Replaces: haskell-edison-core-doc (<< 1.2.1.3-4),
+Provides:
+ haskell-edison-core-doc,
+Replaces:
+ haskell-edison-core-doc (<< 1.2.1.3-4),
  libghc6-edison-core-doc (<< 1:1),
 Description: documentation of the Edison Haskell library
  Some concrete implementations of the abstract interface of the Edison
diff --git a/p/haskell-edison-core/debian/copyright b/p/haskell-edison-core/debian/copyright
index 3607c3b..2db6016 100644
--- a/p/haskell-edison-core/debian/copyright
+++ b/p/haskell-edison-core/debian/copyright
@@ -33,4 +33,4 @@ License: MIT
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
\ No newline at end of file
+ THE SOFTWARE.

-- 
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