[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/290: gnu: ghc-optparse-applicative: Update to 0.14.3.0.
From: |
guix-commits |
Subject: |
56/290: gnu: ghc-optparse-applicative: Update to 0.14.3.0. |
Date: |
Wed, 6 Nov 2019 08:22:27 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit aca1aefe219ba6a6c2717ce8a6dc6895e1f0a40d
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 09:58:24 2019 -0400
gnu: ghc-optparse-applicative: Update to 0.14.3.0.
* gnu/packages/haskell-xyz.scm (ghc-optparse-applicative): Update to
0.14.3.0.
[arguments]: Set Cabal file to r2.
---
gnu/packages/haskell-xyz.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 7aa5d32..11cf838 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7123,7 +7123,7 @@ easily work with command-line options.")
(define-public ghc-optparse-applicative
(package
(name "ghc-optparse-applicative")
- (version "0.14.2.0")
+ (version "0.14.3.0")
(source
(origin
(method url-fetch)
@@ -7132,8 +7132,11 @@ easily work with command-line options.")
"/optparse-applicative-" version ".tar.gz"))
(sha256
(base32
- "0c3z1mvynlyv1garjbdmdd3npm40dabgm75js4r07cf766c1wd71"))))
+ "0qvn1s7jwrabbpmqmh6d6iafln3v3h9ddmxj2y4m0njmzq166ivj"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:cabal-revision
+ ("2" "1a08dqjly1xy730f6jf45frr8g8gap0n1vg9b0mpzpydv0kgzmrp")))
(inputs
`(("ghc-transformers-compat" ,ghc-transformers-compat)
("ghc-ansi-wl-pprint" ,ghc-ansi-wl-pprint)))
- 29/290: gnu: ghc-th-lift: Update to 0.8.0.1., (continued)
- 29/290: gnu: ghc-th-lift: Update to 0.8.0.1., guix-commits, 2019/11/06
- 20/290: gnu: ghc-entropy: Update to 0.4.1.5., guix-commits, 2019/11/06
- 32/290: gnu: ghc-microlens-th: Update to 0.4.2.3., guix-commits, 2019/11/06
- 33/290: gnu: ghc-mmorph: Update to 1.1.3., guix-commits, 2019/11/06
- 34/290: gnu: ghc-foundation: Update to 0.0.25., guix-commits, 2019/11/06
- 36/290: gnu: ghc-generics-sop: Update to 0.4.0.1., guix-commits, 2019/11/06
- 37/290: gnu: ghc-tagged: Update to 0.8.6., guix-commits, 2019/11/06
- 42/290: gnu: ghc-unix-time: Update to 0.4.7., guix-commits, 2019/11/06
- 45/290: gnu: Add ghc-splitmix-bootstrap., guix-commits, 2019/11/06
- 51/290: gnu: ghc-hs-bibutils: Update to 6.7.0.0., guix-commits, 2019/11/06
- 56/290: gnu: ghc-optparse-applicative: Update to 0.14.3.0.,
guix-commits <=
- 58/290: gnu: ghc-th-reify-many: Update to 0.1.9., guix-commits, 2019/11/06
- 60/290: gnu: ghc-th-lift-instances: Update to 0.1.14., guix-commits, 2019/11/06
- 63/290: gnu: ghc-test-framework: Update Cabal file to r5., guix-commits, 2019/11/06
- 40/290: gnu: ghc-microlens-ghc: Update to 0.4.10., guix-commits, 2019/11/06
- 43/290: gnu: ghc-cmark-gfm: Update to 0.2.0., guix-commits, 2019/11/06
- 50/290: gnu: ghc-tagsoup: Update to 0.14.8., guix-commits, 2019/11/06
- 55/290: gnu: ghc-th-expand-syns: Update to 0.4.5.0., guix-commits, 2019/11/06
- 41/290: gnu: ghc-cmark: Update to 0.6., guix-commits, 2019/11/06
- 44/290: gnu: ghc-ansi-wl-pprint: Update to 0.6.9., guix-commits, 2019/11/06
- 52/290: gnu: ghc-json: Update to 0.9.3., guix-commits, 2019/11/06