gnu: hlint: Update to 2.1.10.

* gnu/packages/haskell.scm (hlint): Update to 2.1.10.
master
Timothy Sample 2018-08-29 01:12:16 -04:00 committed by Ricardo Wurmus
parent 23aa12fc09
commit 478365e36a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1319,7 +1319,7 @@ specify refactorings without depending on GHC.")
(define-public hlint
(package
(name "hlint")
(version "2.1.1")
(version "2.1.10")
(source
(origin
(method url-fetch)
@ -1328,7 +1328,7 @@ specify refactorings without depending on GHC.")
"/" name "-" version ".tar.gz"))
(sha256
(base32
"0mmfavd158l5ig5wb1b1zbhbraj8hhqvbk4mg85n6c8ndpr4grd4"))))
"19as2m9g75cr6n1agzvsij0cvqhb0wbjlk31w4y5d5mns87dki0w"))))
(build-system haskell-build-system)
(inputs
`(("cpphs" ,cpphs)