[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
241/328: gnu: hlint: Update to 2.1.26.
From: |
guix-commits |
Subject: |
241/328: gnu: hlint: Update to 2.1.26. |
Date: |
Sat, 16 Nov 2019 19:33:17 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit b594e63721db1a09e97b5757d1d76b84b71c4366
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 13:24:07 2019 -0400
gnu: hlint: Update to 2.1.26.
* gnu/packages/haskell-apps.scm (hlint): Update to 2.1.26.
[inputs]: Add 'ghc-lib-parser'.
---
gnu/packages/haskell-apps.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 1e0dafe..00c4c27 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -391,7 +391,7 @@ used to keep a folder in sync between computers.")
(define-public hlint
(package
(name "hlint")
- (version "2.1.10")
+ (version "2.1.26")
(source
(origin
(method url-fetch)
@@ -400,7 +400,7 @@ used to keep a folder in sync between computers.")
"/" name "-" version ".tar.gz"))
(sha256
(base32
- "19as2m9g75cr6n1agzvsij0cvqhb0wbjlk31w4y5d5mns87dki0w"))))
+ "16zkkpbfrd69853cdqf597fva969lirfc86b039i9zd7ghlrcayc"))))
(build-system haskell-build-system)
(inputs
`(("cpphs" ,cpphs)
@@ -416,6 +416,7 @@ used to keep a folder in sync between computers.")
("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")
- 312/328: gnu: Add ghc-dictionary-sharing., (continued)
- 312/328: gnu: Add ghc-dictionary-sharing., guix-commits, 2019/11/16
- 328/328: gnu: ghc-haddock: Update to 2.22.0., guix-commits, 2019/11/16
- 230/328: gnu: ghc-conduit-extra: Update to 1.3.4., guix-commits, 2019/11/16
- 234/328: gnu: ghc-bzlib-conduit: Update to 0.3.0.2., guix-commits, 2019/11/16
- 238/328: gnu: Add ghc-infer-license., guix-commits, 2019/11/16
- 280/328: gnu: Add ghc-microlens-aeson., guix-commits, 2019/11/16
- 279/328: gnu: Add ghc-hsyaml., guix-commits, 2019/11/16
- 297/328: gnu: ghc-geniplate-mirror: Update Cabal file to r2., guix-commits, 2019/11/16
- 227/328: gnu: ghc-foldl: Update to 1.4.5., guix-commits, 2019/11/16
- 232/328: gnu: Add ghc-libyaml., guix-commits, 2019/11/16
- 241/328: gnu: hlint: Update to 2.1.26.,
guix-commits <=
- 239/328: gnu: ghc-hpack: Update to 0.31.2., guix-commits, 2019/11/16
- 259/328: gnu: ghc-deepseq-generics: Update Cabal file to r4., guix-commits, 2019/11/16
- 262/328: gnu: ghc-persistent-template: Update to 2.6.0., guix-commits, 2019/11/16
- 271/328: gnu: hoogle: Update to 5.0.17.11., guix-commits, 2019/11/16
- 273/328: gnu: ghc-haddock-library: Update to 1.7.0., guix-commits, 2019/11/16
- 295/328: gnu: Remove ghc-monadplus., guix-commits, 2019/11/16
- 307/328: gnu: Add ghc-timezone-olson., guix-commits, 2019/11/16
- 309/328: gnu: Update xmobar to 0.31., guix-commits, 2019/11/16
- 314/328: gnu: Add ghc-testing-feat., guix-commits, 2019/11/16
- 229/328: gnu: ghc-conduit: Update to 1.3.1.1., guix-commits, 2019/11/16