[DHG_packages] 05/05: map-syntax: 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 ce7fa9856c594155de317b911bd8ad389b29d0b6
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 20:06:55 2016 -0400

    map-syntax: build with ghc 8 in experimental
---
 p/haskell-map-syntax/debian/changelog |  6 +++
 p/haskell-map-syntax/debian/control   | 71 ++++++++++++++++++++++-------------
 2 files changed, 50 insertions(+), 27 deletions(-)

diff --git a/p/haskell-map-syntax/debian/changelog b/p/haskell-map-syntax/debian/changelog
index 0f70cf2..3e369d9 100644
--- a/p/haskell-map-syntax/debian/changelog
+++ b/p/haskell-map-syntax/debian/changelog
@@ -1,3 +1,9 @@
+haskell-map-syntax (0.2.0.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 20:06:51 -0400
+
 haskell-map-syntax (0.2.0.1-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-map-syntax/debian/control b/p/haskell-map-syntax/debian/control
index edd1a6c..94b6d30 100644
--- a/p/haskell-map-syntax/debian/control
+++ b/p/haskell-map-syntax/debian/control
@@ -1,29 +1,32 @@
 Source: haskell-map-syntax
 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-mtl-dev (>= 2.0),
+ haskell-devscripts (>= 0.10),
+ libghc-hspec-dev (<< 2.3),
+ libghc-hspec-dev (>= 2.2.3),
+ libghc-hunit-dev (<< 2),
+ libghc-hunit-dev (>= 1.2),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0),
  libghc-mtl-prof,
- libghc-hunit-dev (>= 1.2),
- libghc-hunit-dev (<< 2),
- libghc-quickcheck2-dev (>= 2.3.0.2),
  libghc-quickcheck2-dev (<< 3),
- libghc-hspec-dev (>= 2.2.3),
- libghc-hspec-dev (<< 2.3),
-Build-Depends-Indep: ghc-doc,
+ libghc-quickcheck2-dev (>= 2.3.0.2),
+Build-Depends-Indep:
+ ghc-doc,
  libghc-mtl-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/map-syntax
-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-map-syntax
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Syntax sugar for defining maps
+X-Description: syntax sugar for defining maps
  Haskell's canonical list of tuples syntax for defining maps is not very
  convenient and also has ambiguous semantics.  This package leverages do
  notation to create a lighter syntax that makes semantics explicit and also
@@ -31,13 +34,18 @@ X-Description: Syntax sugar for defining maps
 
 Package: libghc-map-syntax-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}
  .
@@ -45,12 +53,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-map-syntax-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}
  .
@@ -59,11 +72,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-map-syntax-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