[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
64/177: gnu: hlint: Update to 2.1.
From: |
Ricardo Wurmus |
Subject: |
64/177: gnu: hlint: Update to 2.1. |
Date: |
Tue, 13 Feb 2018 07:38:12 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 780185cca3206092246fff91fcce318b7121964a
Author: Ricardo Wurmus <address@hidden>
Date: Mon Feb 12 22:24:10 2018 +0100
gnu: hlint: Update to 2.1.
* gnu/packages/haskell.scm (hlint): Update to 2.1.
[inputs]: Add ghc-unordered-containers, ghc-yaml, ghc-vector, ghc-text,
ghc-data-default, ghc-haskell-src-exts-util, ghc-refact, and ghc-aeson.
---
gnu/packages/haskell.scm | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 7abc937..1172eba 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1075,7 +1075,7 @@ specify refactorings without depending on GHC.")
(define-public hlint
(package
(name "hlint")
- (version "1.9.37")
+ (version "2.1")
(source
(origin
(method url-fetch)
@@ -1084,15 +1084,23 @@ specify refactorings without depending on GHC.")
"/" name "-" version ".tar.gz"))
(sha256
(base32
- "05f4i06fz99bwpm311mkdwqdl67918v4rgabdafian3vhdm4c252"))))
+ "13chm0dhh1fn2iy3flnh7ahc3yzh8q0v10qxwd1739sywhykayg9"))))
(build-system haskell-build-system)
(inputs
`(("cpphs" ,cpphs)
+ ("ghc-unordered-containers" ,ghc-unordered-containers)
+ ("ghc-yaml" ,ghc-yaml)
+ ("ghc-vector" ,ghc-vector)
+ ("ghc-text" ,ghc-text)
+ ("ghc-data-default" ,ghc-data-default)
("ghc-cmdargs" ,ghc-cmdargs)
("ghc-haskell-src-exts" ,ghc-haskell-src-exts)
+ ("ghc-haskell-src-exts-util" ,ghc-haskell-src-exts-util)
("ghc-uniplate" ,ghc-uniplate)
("ghc-ansi-terminal" ,ghc-ansi-terminal)
("ghc-extra" ,ghc-extra)
+ ("ghc-refact" ,ghc-refact)
+ ("ghc-aeson" ,ghc-aeson)
("hscolour" ,hscolour)))
(home-page "http://community.haskell.org/~ndm/hlint/")
(synopsis "Suggest improvements for Haskell source code")
- 51/177: gnu: Add ghc-haskell-src-exts-util., (continued)
- 51/177: gnu: Add ghc-haskell-src-exts-util., Ricardo Wurmus, 2018/02/13
- 49/177: gnu: ghc-polyparse: Update to 1.12., Ricardo Wurmus, 2018/02/13
- 52/177: gnu: Add ghc-refact., Ricardo Wurmus, 2018/02/13
- 58/177: gnu: ghc-utf8-string: Fix build with GHC 8., Ricardo Wurmus, 2018/02/13
- 61/177: gnu: Add ghc-pretty-show-for-haskell-src-exts., Ricardo Wurmus, 2018/02/13
- 65/177: gnu: ghc-shelly: Update to 1.7.0.1., Ricardo Wurmus, 2018/02/13
- 62/177: gnu: ghc-haskell-src-exts: Update to 1.20.1., Ricardo Wurmus, 2018/02/13
- 68/177: gnu: ghc-unix-compat: Update to 0.4.2.0., Ricardo Wurmus, 2018/02/13
- 74/177: gnu: ghc-doctest: Update to 0.11.0., Ricardo Wurmus, 2018/02/13
- 63/177: gnu: ghc-cheapskate: Update to 0.1.1., Ricardo Wurmus, 2018/02/13
- 64/177: gnu: hlint: Update to 2.1.,
Ricardo Wurmus <=
- 78/177: gnu: ghc-objectname: Update to 1.1.0.1., Ricardo Wurmus, 2018/02/13
- 76/177: gnu: ghc-profunctors: Update to 5.2.2., Ricardo Wurmus, 2018/02/13
- 84/177: gnu: Add ghc-hxt-charproperties., Ricardo Wurmus, 2018/02/13
- 72/177: gnu: Add ghc-string-qq., Ricardo Wurmus, 2018/02/13
- 87/177: gnu: Add ghc-hxt.., Ricardo Wurmus, 2018/02/13
- 83/177: gnu: ghc-distributive: Update to 0.5.3., Ricardo Wurmus, 2018/02/13
- 90/177: gnu: ghc-comonad: Update to 5., Ricardo Wurmus, 2018/02/13
- 88/177: gnu: ghc-sdl-image: Update to 0.6.1.2., Ricardo Wurmus, 2018/02/13
- 96/177: gnu: ghc-unordered-containers: Update to 0.2.7.1., Ricardo Wurmus, 2018/02/13
- 97/177: gnu: ghc-split: Update to 0.2.3.1., Ricardo Wurmus, 2018/02/13