[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/329: gnu: cabal-doctest: Update to 1.0.8.
From: |
guix-commits |
Subject: |
02/329: gnu: cabal-doctest: Update to 1.0.8. |
Date: |
Wed, 20 Nov 2019 21:16:47 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit ff25ccf4294ba61a011ded6542cfb93f2c3301c6
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 00:23:07 2019 -0400
gnu: cabal-doctest: Update to 1.0.8.
* gnu/packages/haskell-check.scm (cabal-doctest): Update to 1.0.8.
[arguments]: Remove '#:cabal-revision'.
---
gnu/packages/haskell-check.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index e0951d4..ac41fb7 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -841,7 +841,7 @@ To get started quickly, see the examples:
(define-public cabal-doctest
(package
(name "cabal-doctest")
- (version "1.0.6")
+ (version "1.0.8")
(source
(origin
(method url-fetch)
@@ -850,11 +850,8 @@ To get started quickly, see the examples:
version ".tar.gz"))
(sha256
(base32
- "0bgd4jdmzxq5y465r4sf4jv2ix73yvblnr4c9wyazazafddamjny"))))
+ "03if74imlhhk7m56nci5f1wclniwqdmwl4hl177040j1gnlac9i0"))))
(build-system haskell-build-system)
- (arguments
- `(#:cabal-revision
- ("1" "1bk85avgc93yvcggwbk01fy8nvg6753wgmaanhkry0hz55h7mpld")))
(home-page "https://github.com/phadej/cabal-doctest")
(synopsis "Setup.hs helper for running doctests")
(description
- branch master updated (4772468 -> 59cd751), guix-commits, 2019/11/20
- 01/329: gnu: Use GHC 8.6.5 as the main Haskell compiler., guix-commits, 2019/11/20
- 03/329: gnu: ghc-data-accessor: Update to 0.2.2.8., guix-commits, 2019/11/20
- 05/329: gnu: ghc-happy: Update to 1.19.12., guix-commits, 2019/11/20
- 02/329: gnu: cabal-doctest: Update to 1.0.8.,
guix-commits <=
- 04/329: gnu: ghc-bytestring-builder: Update to 0.10.8.2.0., guix-commits, 2019/11/20
- 06/329: gnu: ghc-file-embed: Update to 0.0.11., guix-commits, 2019/11/20
- 07/329: gnu: ghc-unix-compat: Update to 0.5.2., guix-commits, 2019/11/20
- 08/329: gnu: ghc-th-abstraction: Update to 0.3.1.0., guix-commits, 2019/11/20
- 09/329: gnu: ghc-microlens: Update to 0.4.10., guix-commits, 2019/11/20
- 12/329: gnu: ghc-fmlist: Update to 0.9.3., guix-commits, 2019/11/20
- 13/329: gnu: ghc-unliftio-core: Update to 0.1.2.0., guix-commits, 2019/11/20
- 15/329: gnu: ghc-colour: Update to 2.3.5., guix-commits, 2019/11/20
- 17/329: gnu: ghc-paths: Update to 0.1.0.12., guix-commits, 2019/11/20
- 14/329: gnu: ghc-rfc5051: Update to 0.1.0.4., guix-commits, 2019/11/20