gnu: ghc-indents: Update to 0.5.0.1.
* gnu/packages/haskell-xyz.scm (ghc-indents): Update to 0.5.0.1.
This commit is contained in:
parent
5d1339427a
commit
d66473fb26
1 changed files with 2 additions and 2 deletions
|
@ -5104,7 +5104,7 @@ monads with anaphoric variants on @code{if} and @code{when} and a C-like
|
||||||
(define-public ghc-indents
|
(define-public ghc-indents
|
||||||
(package
|
(package
|
||||||
(name "ghc-indents")
|
(name "ghc-indents")
|
||||||
(version "0.5.0.0")
|
(version "0.5.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -5112,7 +5112,7 @@ monads with anaphoric variants on @code{if} and @code{when} and a C-like
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ly3v41jacc6lrsvg4j3m5a6zs90gr8dyif5m6bf34hj1k5cgg0n"))))
|
"0dpcwiz0dwn5aqdsc50plfaawh86adhf7jx5dsmhn5q5nz32qn51"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
;; This package needs an older version of tasty.
|
;; This package needs an older version of tasty.
|
||||||
(arguments '(#:tests? #f))
|
(arguments '(#:tests? #f))
|
||||||
|
|
Reference in a new issue