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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 16:15:10 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 978164835f0aac8024f32b51fbd05fc03c74c975
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 12:14:11 2016 -0400

    cryptohash: build with ghc 8 in experimental
---
 p/haskell-cryptohash/debian/changelog |  6 ++--
 p/haskell-cryptohash/debian/control   | 52 ++++++++++++++++++++++-------------
 p/haskell-cryptohash/debian/copyright |  2 +-
 3 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/p/haskell-cryptohash/debian/changelog b/p/haskell-cryptohash/debian/changelog
index 6c1c62a..ce12254 100644
--- a/p/haskell-cryptohash/debian/changelog
+++ b/p/haskell-cryptohash/debian/changelog
@@ -1,8 +1,8 @@
-haskell-cryptohash (0.11.9-2) UNRELEASED; urgency=medium
+haskell-cryptohash (0.11.9-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:22 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 12:14:07 -0400
 
 haskell-cryptohash (0.11.9-1) unstable; urgency=medium
 
diff --git a/p/haskell-cryptohash/debian/control b/p/haskell-cryptohash/debian/control
index 56d596c..f7c9253 100644
--- a/p/haskell-cryptohash/debian/control
+++ b/p/haskell-cryptohash/debian/control
@@ -1,41 +1,48 @@
 Source: haskell-cryptohash
 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,
+ haskell-devscripts (>= 0.10),
  libghc-byteable-dev,
  libghc-byteable-prof,
  libghc-cryptonite-dev (>= 0.13),
  libghc-cryptonite-prof,
+ libghc-hunit-dev,
  libghc-memory-dev,
  libghc-memory-prof,
- libghc-hunit-dev,
  libghc-quickcheck2-dev (>= 2),
  libghc-tasty-dev,
  libghc-tasty-hunit-dev,
  libghc-tasty-quickcheck-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-byteable-doc,
  libghc-cryptonite-doc,
  libghc-memory-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/vincenthz/hs-cryptohash
-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-cryptohash
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-cryptohash-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: collection of crypto hashes, fast, pure and practical${haskell:ShortBlurb}
  A collection of crypto hashes, with a practical incremental and
  one-pass, pure APIs, with performance close to the fastest
@@ -48,11 +55,15 @@ Description: collection of crypto hashes, fast, pure and practical${haskell:Shor
 
 Package: libghc-cryptohash-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: collection of crypto hashes, fast, pure and practical${haskell:ShortBlurb}
  A collection of crypto hashes, with a practical incremental and
  one-pass, pure APIs, with performance close to the fastest
@@ -66,10 +77,13 @@ Description: collection of crypto hashes, fast, pure and practical${haskell:Shor
 Package: libghc-cryptohash-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: collection of crypto hashes, fast, pure and practical${haskell:ShortBlurb}
  A collection of crypto hashes, with a practical incremental and
  one-pass, pure APIs, with performance close to the fastest
diff --git a/p/haskell-cryptohash/debian/copyright b/p/haskell-cryptohash/debian/copyright
index 0a8e9c7..c4e4ac7 100644
--- a/p/haskell-cryptohash/debian/copyright
+++ b/p/haskell-cryptohash/debian/copyright
@@ -34,4 +34,4 @@ License: BSD-3-clause
  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
\ No newline at end of file
+ SUCH DAMAGE.

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