gnu: hlint: Update to 2.1.26.

* gnu/packages/haskell-apps.scm (hlint): Update to 2.1.26.
[inputs]: Add 'ghc-lib-parser'.
This commit is contained in:
Timothy Sample 2019-10-31 13:24:07 -04:00
parent e34df1c385
commit cfbb0a95fa
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -391,7 +391,7 @@ (define-public git-annex
(define-public hlint
(package
(name "hlint")
(version "2.1.10")
(version "2.1.26")
(source
(origin
(method url-fetch)
@ -400,7 +400,7 @@ (define-public hlint
"/" name "-" version ".tar.gz"))
(sha256
(base32
"19as2m9g75cr6n1agzvsij0cvqhb0wbjlk31w4y5d5mns87dki0w"))))
"16zkkpbfrd69853cdqf597fva969lirfc86b039i9zd7ghlrcayc"))))
(build-system haskell-build-system)
(inputs
`(("cpphs" ,cpphs)
@ -416,6 +416,7 @@ (define-public hlint
("ghc-extra" ,ghc-extra)
("ghc-refact" ,ghc-refact)
("ghc-aeson" ,ghc-aeson)
("ghc-lib-parser" ,ghc-lib-parser)
("hscolour" ,hscolour)))
(home-page "http://community.haskell.org/~ndm/hlint/")
(synopsis "Suggest improvements for Haskell source code")