[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/27: gnu: ghc-validation: Downgrade to 1.
From: |
guix-commits |
Subject: |
08/27: gnu: ghc-validation: Downgrade to 1. |
Date: |
Thu, 1 Aug 2019 12:07:10 -0400 (EDT) |
rob pushed a commit to branch wip-haskell-updates
in repository guix.
commit b9d4eb9778b6a963e1e40e0c35d7a7b935f18c9e
Author: Robert Vollmert <address@hidden>
Date: Tue Jul 9 15:51:25 2019 +0200
gnu: ghc-validation: Downgrade to 1.
This is the latest stackage LTS version, compatible with
ansi-terminal 0.8.
* gnu/packages/haskell.scm (ghc-validation): Downgrade to 1.
---
gnu/packages/haskell.scm | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 7acd658..02450ee 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -11955,7 +11955,7 @@ default)
(define-public ghc-validation
(package
(name "ghc-validation")
- (version "1.1")
+ (version "1")
(source
(origin
(method url-fetch)
@@ -11965,18 +11965,11 @@ default)
".tar.gz"))
(sha256
(base32
- "1acj7mh3581ks405xswxw6667z7y1y0slisg6jvp6chc191ji9l5"))))
+ "08drmdvyzg2frbb26icy1mlz52xv0l6gi3v8gb7xp0vrcci5libh"))))
(build-system haskell-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'add-setup-script
- (lambda _
- ;; The usual "Setup.hs" script is missing from the source.
- (with-output-to-file "Setup.hs"
- (lambda ()
- (format #t "import Distribution.Simple~%")
- (format #t "main = defaultMain~%"))))))))
+ `(#:cabal-revision
+ ("1" "1x1g4nannz81j1h64l1m3ancc96zc57d1bjhj1wk7bwn1xxbi5h3")))
(inputs
`(("ghc-semigroups" ,ghc-semigroups)
("ghc-semigroupoids" ,ghc-semigroupoids)
- 16/27: gnu: Add ghc-http-streams., (continued)
- 16/27: gnu: Add ghc-http-streams., guix-commits, 2019/08/01
- 19/27: gnu: Add ghc-openssl-streams., guix-commits, 2019/08/01
- 18/27: gnu: Add ghc-hsopenssl., guix-commits, 2019/08/01
- 03/27: gnu: Remove ghc-parsec, ghc-stm, ghc-text, ghc-xhtml., guix-commits, 2019/08/01
- 27/27: gnu: Add ghc-concurrent-extra., guix-commits, 2019/08/01
- 25/27: gnu: Add ghc-prettyclass., guix-commits, 2019/08/01
- 22/27: gnu: Add ghc-io-streams-haproxy., guix-commits, 2019/08/01
- 20/27: gnu: Add ghc-language-glsl., guix-commits, 2019/08/01
- 21/27: gnu: Add ghc-readable., guix-commits, 2019/08/01
- 04/27: Revert "gnu: ghc-ansi-wl-pprint: Use ghc-ansi-terminal-0.8.", guix-commits, 2019/08/01
- 08/27: gnu: ghc-validation: Downgrade to 1.,
guix-commits <=
- 10/27: gnu: Remove ghc-haddock-test., guix-commits, 2019/08/01
- 14/27: gnu: Add ghc-snap-core., guix-commits, 2019/08/01
- 13/27: gnu: ghc-trifecta: Disable tests., guix-commits, 2019/08/01
- 17/27: gnu: Add ghc-http-common., guix-commits, 2019/08/01
- 23/27: gnu: Add ghc-zlib-bindings., guix-commits, 2019/08/01
- 24/27: gnu: Add ghc-io-streams., guix-commits, 2019/08/01
- 26/27: gnu: Add ghc-threads., guix-commits, 2019/08/01