mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
e34df1c385
commit
cfbb0a95fa
1 changed files with 3 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue