gnu: ghc-validation: Downgrade to 1.

This is the Stackage LTS version, which is compatible with
ansi-terminal 0.8.

* gnu/packages/haskell.scm (ghc-validation): Downgrade to 1.
This commit is contained in:
Robert Vollmert 2019-08-07 17:04:04 -04:00 committed by Timothy Sample
parent f74aa98ed7
commit e8aea9018b
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 5 additions and 2 deletions

View File

@ -11869,7 +11869,7 @@ default)
(define-public ghc-validation
(package
(name "ghc-validation")
(version "1.1")
(version "1")
(source
(origin
(method url-fetch)
@ -11879,8 +11879,11 @@ default)
".tar.gz"))
(sha256
(base32
"1acj7mh3581ks405xswxw6667z7y1y0slisg6jvp6chc191ji9l5"))))
"08drmdvyzg2frbb26icy1mlz52xv0l6gi3v8gb7xp0vrcci5libh"))))
(build-system haskell-build-system)
(arguments
`(#:cabal-revision
("1" "1x1g4nannz81j1h64l1m3ancc96zc57d1bjhj1wk7bwn1xxbi5h3")))
(inputs
`(("ghc-semigroups" ,ghc-semigroups)
("ghc-semigroupoids" ,ghc-semigroupoids)