[DHG_packages] 04/05: word-trie: build with 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 bc67689f2230936e310bc9ff95d999161e9e8edd
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 00:54:08 2016 -0400

    word-trie: build with ghc 8 in experimental
---
 p/haskell-word-trie/debian/changelog |  8 ++---
 p/haskell-word-trie/debian/control   | 63 +++++++++++++++++++++++-------------
 2 files changed, 44 insertions(+), 27 deletions(-)

diff --git a/p/haskell-word-trie/debian/changelog b/p/haskell-word-trie/debian/changelog
index 072bc23..641821f 100644
--- a/p/haskell-word-trie/debian/changelog
+++ b/p/haskell-word-trie/debian/changelog
@@ -1,13 +1,13 @@
-haskell-word-trie (0.3.0-5) UNRELEASED; urgency=medium
+haskell-word-trie (0.3.0-5) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:36:31 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 00:54:00 -0400
 
 haskell-word-trie (0.3.0-4) unstable; urgency=medium
 
diff --git a/p/haskell-word-trie/debian/control b/p/haskell-word-trie/debian/control
index b5f7b5b..5115380 100644
--- a/p/haskell-word-trie/debian/control
+++ b/p/haskell-word-trie/debian/control
@@ -1,34 +1,42 @@
 Source: haskell-word-trie
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Marcel Fourne <debian at marcelfourne.de>
+Uploaders:
+ Marcel Fourne <debian at marcelfourne.de>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-quickcheck2-dev (>= 2),
- libghc-quickcheck2-dev (<< 3),
+ haskell-devscripts (>= 0.10),
  libghc-hspec-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-quickcheck2-dev (<< 3),
+ libghc-quickcheck2-dev (>= 2),
+Build-Depends-Indep:
+ ghc-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/yi-editor/word-trie
-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-word-trie
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Implementation of a finite trie over words.
+X-Description: implementation of a finite trie over words
  This is a Haskell library providing an implementation of a finite trie
  over words.
 
 Package: libghc-word-trie-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}
  .
@@ -36,12 +44,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-word-trie-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}
  .
@@ -50,11 +63,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-word-trie-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