[DHG_packages] 02/05: case-insensitive: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 04:38:22 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 efdd7c787fd6b60fa0f4c17788579c06dac4e6b5
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 00:34:09 2016 -0400

    case-insensitive: build with ghc 8 in experimental
---
 p/haskell-case-insensitive/debian/changelog |  6 +++
 p/haskell-case-insensitive/debian/control   | 68 +++++++++++++++++------------
 2 files changed, 47 insertions(+), 27 deletions(-)

diff --git a/p/haskell-case-insensitive/debian/changelog b/p/haskell-case-insensitive/debian/changelog
index 6156037..cab12a8 100644
--- a/p/haskell-case-insensitive/debian/changelog
+++ b/p/haskell-case-insensitive/debian/changelog
@@ -1,3 +1,9 @@
+haskell-case-insensitive (1.2.0.7-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 00:33:56 -0400
+
 haskell-case-insensitive (1.2.0.7-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-case-insensitive/debian/control b/p/haskell-case-insensitive/debian/control
index d37a9e8..81c5df7 100644
--- a/p/haskell-case-insensitive/debian/control
+++ b/p/haskell-case-insensitive/debian/control
@@ -1,45 +1,52 @@
 Source: haskell-case-insensitive
 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.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-hashable-dev (>= 1.0),
+ haskell-devscripts (>= 0.10),
  libghc-hashable-dev (<< 1.3),
+ libghc-hashable-dev (>= 1.0),
  libghc-hashable-prof,
- libghc-semigroups-dev (>= 0.18),
+ libghc-hunit-dev (<< 1.4),
+ libghc-hunit-dev (>= 1.2.2),
  libghc-semigroups-dev (<< 0.19),
+ libghc-semigroups-dev (>= 0.18),
  libghc-semigroups-prof,
- libghc-text-dev (>= 0.3),
- libghc-text-dev (<< 1.3),
- libghc-text-prof,
- libghc-hunit-dev (>= 1.2.2),
- libghc-hunit-dev (<< 1.4),
- libghc-test-framework-dev (>= 0.2.4),
  libghc-test-framework-dev (<< 0.9),
- libghc-test-framework-hunit-dev (>= 0.2.4),
+ libghc-test-framework-dev (>= 0.2.4),
  libghc-test-framework-hunit-dev (<< 0.4),
-Build-Depends-Indep: ghc-doc,
+ libghc-test-framework-hunit-dev (>= 0.2.4),
+ libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.3),
+ libghc-text-prof,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-hashable-doc,
  libghc-semigroups-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/basvandijk/case-insensitive
-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-case-insensitive
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-case-insensitive-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: case-insensitive string comparison${haskell:ShortBlurb}
  The module Data.CaseInsensitive provides the CI type constructor which
  can be parameterised by a string-like type like: String, ByteString,
@@ -50,11 +57,15 @@ Description: case-insensitive string comparison${haskell:ShortBlurb}
 
 Package: libghc-case-insensitive-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: case-insensitive string comparison${haskell:ShortBlurb}
  The module Data.CaseInsensitive provides the CI type constructor which
  can be parameterised by a string-like type like: String, ByteString,
@@ -66,10 +77,13 @@ Description: case-insensitive string comparison${haskell:ShortBlurb}
 Package: libghc-case-insensitive-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: case-insensitive string comparison${haskell:ShortBlurb}
  The module Data.CaseInsensitive provides the CI type constructor which
  can be parameterised by a string-like type like: String, ByteString,

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