gnu: hlint: Update to 2.1.1.
* gnu/packages/haskell.scm (hlint): Update to 2.1.1.
This commit is contained in:
parent
326654e42b
commit
5b367a1ade
|
@ -1080,7 +1080,7 @@ specify refactorings without depending on GHC.")
|
||||||
(define-public hlint
|
(define-public hlint
|
||||||
(package
|
(package
|
||||||
(name "hlint")
|
(name "hlint")
|
||||||
(version "2.1")
|
(version "2.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1089,7 +1089,7 @@ specify refactorings without depending on GHC.")
|
||||||
"/" name "-" version ".tar.gz"))
|
"/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13chm0dhh1fn2iy3flnh7ahc3yzh8q0v10qxwd1739sywhykayg9"))))
|
"0mmfavd158l5ig5wb1b1zbhbraj8hhqvbk4mg85n6c8ndpr4grd4"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("cpphs" ,cpphs)
|
`(("cpphs" ,cpphs)
|
||||||
|
|
Loading…
Reference in New Issue