[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/153: gnu: ghc-split: Update dependencies.
From: |
Paul |
Subject: |
42/153: gnu: ghc-split: Update dependencies. |
Date: |
Wed, 21 Oct 2015 16:07:20 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit c849beac7cfa22bff3a1f6ec2d05dc113f9aea75
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.
---
gnu/packages/haskell.scm | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 2d5f857..6b4b5eb 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1397,8 +1397,27 @@ and high speed.")
(base32
"0xa3j0gwr6k5vizxybnzk5fgb3pppgspi6mysnp2gwjp2dbrxkzr"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-before
+ 'configure 'update-cabal
+ ;; the cabal file on hackage is updated, but the tar.gz does not
+ ;; include it.
+ (lambda* _
+ (copy-file (assoc-ref %build-inputs "ghc-split-cabal-update")
+ "split.cabal"))))))
(inputs
- `(("ghc-quickcheck" ,ghc-quickcheck)))
+ `(("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-split-cabal-update"
+ ,(origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/split-"
+ version "/revision/1.cabal"))
+ (sha256
+ (base32
+ "1i1h5v1zqvganhzy1wdd9r648yjpir078n0g8051njg82h2f964h"))))))
(home-page "http://hackage.haskell.org/package/split")
(synopsis
"Combinator library for splitting lists")
- 31/153: gnu: Add ghc-hspec-meta., (continued)
- 31/153: gnu: Add ghc-hspec-meta., Paul, 2015/10/21
- 25/153: gnu: Add ghc-transformers-compat., Paul, 2015/10/21
- 12/153: gnu: ghc-primitive: Update to 0.6.1.0., Paul, 2015/10/21
- 26/153: gnu: Add ghc-exceptions., Paul, 2015/10/21
- 23/153: gnu: Add ghc-stringbuilder., Paul, 2015/10/21
- 13/153: gnu: ghc-quickcheck: Update to 2.8.1., Paul, 2015/10/21
- 33/153: gnu: Add ghc-hspec., Paul, 2015/10/21
- 03/153: gnu: ghc-utf8-string: Update to 1.0.1.1., Paul, 2015/10/21
- 40/153: gnu: Add ghc-xml., Paul, 2015/10/21
- 58/153: gnu: Add ghc-blaze-markup., Paul, 2015/10/21
- 42/153: gnu: ghc-split: Update dependencies.,
Paul <=
- 48/153: gnu: Add ghc-optparse-applicative., Paul, 2015/10/21
- 36/153: gnu: Add ghc-safe., Paul, 2015/10/21
- 41/153: gnu: Add ghc-quickcheck-unicode., Paul, 2015/10/21
- 62/153: gnu: Add ghc-tagged., Paul, 2015/10/21
- 18/153: gnu: cabal-install: Update to 1.22.6.0., Paul, 2015/10/21
- 11/153: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/21
- 37/153: gnu: Add ghc-generic-deriving., Paul, 2015/10/21
- 30/153: gnu: Add ghc-hspec-core., Paul, 2015/10/21
- 35/153: gnu: Add ghc-appar., Paul, 2015/10/21
- 45/153: gnu: Add ghc-base64-bytestring., Paul, 2015/10/21