[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/154: gnu: ghc-split: Update dependencies.
From: |
Paul |
Subject: |
42/154: gnu: ghc-split: Update dependencies. |
Date: |
Thu, 22 Oct 2015 20:22:50 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 8151b365b00bc5fda7507182a9ce53e03e669ebb
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 01:01:17 2015 +0200
gnu: ghc-split: Update dependencies.
* gnu/packages/haskell.scm (ghc-split): Update package dependencies for
compatibility with new GHC. Replicate Cabal-file patch from Hackage.
---
gnu/packages/haskell.scm | 17 ++++++++++++-----
1 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0a8cb01..dde297d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1389,15 +1389,22 @@ and high speed.")
".tar.gz"))
(sha256
(base32
- "0xa3j0gwr6k5vizxybnzk5fgb3pppgspi6mysnp2gwjp2dbrxkzr"))))
+ "0xa3j0gwr6k5vizxybnzk5fgb3pppgspi6mysnp2gwjp2dbrxkzr"))
+ (modules '((guix build utils)))
+ (snippet
+ ;; The Cabal file on Hackage is updated, but the tar.gz does not
+ ;; include it. See
+ ;; <https://hackage.haskell.org/package/split-0.2.2/revisions/>.
+ '(substitute* "split.cabal"
+ (("base <4.8") "base <4.9")))))
(build-system haskell-build-system)
(inputs
`(("ghc-quickcheck" ,ghc-quickcheck)))
(home-page "http://hackage.haskell.org/package/split")
- (synopsis
- "Combinator library for splitting lists")
- (description "A collection of various methods for splitting lists into
-parts, akin to the 'split' function found in several mainstream languages.")
+ (synopsis "Combinator library for splitting lists")
+ (description "This package provides a collection of Haskell functions for
+splitting lists into parts, akin to the @code{split} function found in several
+mainstream languages.")
(license bsd-3)))
(define-public ghc-parsec
- 25/154: gnu: Add ghc-transformers-compat., (continued)
- 25/154: gnu: Add ghc-transformers-compat., Paul, 2015/10/22
- 20/154: gnu: Remove ghc-containers., Paul, 2015/10/22
- 36/154: gnu: Add ghc-safe., Paul, 2015/10/22
- 35/154: gnu: Add ghc-appar., Paul, 2015/10/22
- 30/154: gnu: Add ghc-hspec-core., Paul, 2015/10/22
- 31/154: gnu: Add ghc-hspec-meta., Paul, 2015/10/22
- 33/154: gnu: Add ghc-hspec., Paul, 2015/10/22
- 34/154: gnu: Add ghc-regex-base., Paul, 2015/10/22
- 27/154: gnu: Add ghc-temporary., Paul, 2015/10/22
- 37/154: gnu: Add ghc-generic-deriving., Paul, 2015/10/22
- 42/154: gnu: ghc-split: Update dependencies.,
Paul <=
- 40/154: gnu: Add ghc-xml., Paul, 2015/10/22
- 41/154: gnu: Add ghc-quickcheck-unicode., Paul, 2015/10/22
- 43/154: gnu: Add ghc-annotated-wl-pprint., Paul, 2015/10/22
- 38/154: gnu: Add ghc-pcre-light., Paul, 2015/10/22
- 39/154: gnu: Add ghc-logict., Paul, 2015/10/22
- 46/154: gnu: Add ghc-uniplate., Paul, 2015/10/22
- 44/154: gnu: Add ghc-ansi-wl-pprint., Paul, 2015/10/22
- 47/154: gnu: Add ghc-fingertree., Paul, 2015/10/22
- 49/154: gnu: Add ghc-base-orphans., Paul, 2015/10/22
- 50/154: gnu: Add ghc-vault., Paul, 2015/10/22