mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: ghc-indents: Update to 0.5.0.0.
* gnu/packages/haskell.scm (ghc-indents): Update to 0.5.0.0.
This commit is contained in:
parent
568cafd56a
commit
ddfb799e5d
1 changed files with 2 additions and 2 deletions
|
@ -2509,7 +2509,7 @@ (define-public ghc-unix-compat
|
|||
(define-public ghc-indents
|
||||
(package
|
||||
(name "ghc-indents")
|
||||
(version "0.3.3")
|
||||
(version "0.5.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2517,7 +2517,7 @@ (define-public ghc-indents
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"16lz21bp9j14xilnq8yym22p3saxvc9fsgfcf5awn2a6i6n527xn"))))
|
||||
"1ly3v41jacc6lrsvg4j3m5a6zs90gr8dyif5m6bf34hj1k5cgg0n"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-parsec" ,ghc-parsec)
|
||||
|
|
Loading…
Reference in a new issue