[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
238/272: gnu: ghc-trifecta: Update to 2.
From: |
Ricardo Wurmus |
Subject: |
238/272: gnu: ghc-trifecta: Update to 2. |
Date: |
Mon, 1 Oct 2018 06:13:53 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit dc676afb8cf4b0a9b44d630c917dfdb996e597ee
Author: Timothy Sample <address@hidden>
Date: Wed Aug 29 01:24:07 2018 -0400
gnu: ghc-trifecta: Update to 2.
* gnu/packages/haskell.scm (ghc-trifecta): Update to 2.
[inputs]: Remove ghc-doctest-0.13, ghc-doctest, and ghc-quickcheck.
[native-inputs]: Add ghc-doctest and ghc-quickcheck.
---
gnu/packages/haskell.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 7c1c4af..aebe223 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2944,7 +2944,7 @@ the parsers provided by @code{parsec}, @code{attoparsec}
and @code{base}'s
(define-public ghc-trifecta
(package
(name "ghc-trifecta")
- (version "1.7.1.1")
+ (version "2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2952,11 +2952,10 @@ the parsers provided by @code{parsec},
@code{attoparsec} and @code{base}'s
"trifecta-" version ".tar.gz"))
(sha256
(base32
- "13n6a3fdxngnzsjnhfrzigv1c2g0xm6lqkjcnirpc37sd0rpby31"))))
+ "0hznd8i65s81xy13i2qc7cvipw3lfb2yhkv53apbdsh6sbljz5sk"))))
(build-system haskell-build-system)
(inputs
- `(("ghc-doctest" ,ghc-doctest-0.13)
- ("ghc-reducers" ,ghc-reducers)
+ `(("ghc-reducers" ,ghc-reducers)
("ghc-semigroups" ,ghc-semigroups)
("ghc-ansi-wl-pprint" ,ghc-ansi-wl-pprint)
("ghc-ansi-terminal" ,ghc-ansi-terminal)
@@ -2965,17 +2964,17 @@ the parsers provided by @code{parsec},
@code{attoparsec} and @code{base}'s
("ghc-blaze-markup" ,ghc-blaze-markup)
("ghc-charset" ,ghc-charset)
("ghc-comonad" ,ghc-comonad)
- ("ghc-doctest" ,ghc-doctest)
("ghc-fingertree" ,ghc-fingertree)
("ghc-hashable" ,ghc-hashable)
("ghc-lens" ,ghc-lens)
("ghc-parsers" ,ghc-parsers)
("ghc-profunctors" ,ghc-profunctors)
- ("ghc-quickcheck" ,ghc-quickcheck)
("ghc-unordered-containers" ,ghc-unordered-containers)
("ghc-utf8-string" ,ghc-utf8-string)))
(native-inputs
- `(("cabal-doctest" ,cabal-doctest)))
+ `(("cabal-doctest" ,cabal-doctest)
+ ("ghc-doctest" ,ghc-doctest)
+ ("ghc-quickcheck" ,ghc-quickcheck)))
(home-page "https://github.com/ekmett/trifecta/")
(synopsis "Parser combinator library with convenient diagnostics")
(description "Trifecta is a modern parser combinator library for Haskell,
- 211/272: gnu: ghc-wai: Update to 3.2.1.2., (continued)
- 211/272: gnu: ghc-wai: Update to 3.2.1.2., Ricardo Wurmus, 2018/10/01
- 219/272: gnu: ghc-foldl: Update to 1.4.3., Ricardo Wurmus, 2018/10/01
- 194/272: gnu: ghc-pandoc-types: Remove unneeded "--allow-newer" flag., Ricardo Wurmus, 2018/10/01
- 225/272: gnu: Add ghc-echo., Ricardo Wurmus, 2018/10/01
- 221/272: gnu: ghc-yaml: Update to 0.8.32., Ricardo Wurmus, 2018/10/01
- 218/272: gnu: ghc-vector-builder: Update to 0.3.6., Ricardo Wurmus, 2018/10/01
- 237/272: gnu: ghc-persistent-template: Update to 2.5.4., Ricardo Wurmus, 2018/10/01
- 231/272: gnu: ghc-feed: Update to 1.0.0.0., Ricardo Wurmus, 2018/10/01
- 228/272: gnu: Add ghc-hackage-security., Ricardo Wurmus, 2018/10/01
- 229/272: gnu: Add ghc-resolv., Ricardo Wurmus, 2018/10/01
- 238/272: gnu: ghc-trifecta: Update to 2.,
Ricardo Wurmus <=
- 245/272: gnu: ghc-aws: Update to 0.20., Ricardo Wurmus, 2018/10/01
- 240/272: gnu: ghc-warp-tls: Update to 3.2.4.3., Ricardo Wurmus, 2018/10/01
- 244/272: gnu: Add ghc-tree-diff., Ricardo Wurmus, 2018/10/01
- 248/272: gnu: ghc-yesod-persistent: Update to 1.6.0., Ricardo Wurmus, 2018/10/01
- 271/272: gnu: ghc-aws: Fix build., Ricardo Wurmus, 2018/10/01
- 250/272: gnu: ghc-pandoc: Adjust tests and test dependency constraints., Ricardo Wurmus, 2018/10/01
- 254/272: gnu: ghc-yesod: Update to 1.6.0., Ricardo Wurmus, 2018/10/01
- 252/272: gnu: ghc-haddock: Update to 2.19.0.1., Ricardo Wurmus, 2018/10/01
- 269/272: gnu: ghc-wave: Fix build., Ricardo Wurmus, 2018/10/01
- 266/272: gnu: ghc-indents: Fix build., Ricardo Wurmus, 2018/10/01