[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
117/154: gnu: Add hlint.
From: |
Paul |
Subject: |
117/154: gnu: Add hlint. |
Date: |
Fri, 23 Oct 2015 07:14:56 +0000 |
toothbrush pushed a commit to branch master
in repository guix.
commit 6397aef061e48e87f036fcee81cbe59349b04247
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 22 13:18:11 2015 +0200
gnu: Add hlint.
* gnu/packages/haskell.scm (hlint): New variable.
---
gnu/packages/haskell.scm | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 03c283b..6d479d2 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -494,6 +494,35 @@ are supported. Apart from these standard extensions, it
also handles regular
patterns as per the HaRP extension as well as HSX-style embedded XML syntax.")
(license bsd-3)))
+(define-public hlint
+ (package
+ (name "hlint")
+ (version "1.9.21")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/" name
+ "/" name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "14v3rdjjlml9nimdk7d5dvir2bw78ai49yylvms9lnzmw29s3546"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("cpphs" ,cpphs)
+ ("ghc-cmdargs" ,ghc-cmdargs)
+ ("ghc-haskell-src-exts" ,ghc-haskell-src-exts)
+ ("ghc-uniplate" ,ghc-uniplate)
+ ("ghc-ansi-terminal" ,ghc-ansi-terminal)
+ ("ghc-extra" ,ghc-extra)
+ ("hscolour" ,hscolour)))
+ (home-page "http://community.haskell.org/~ndm/hlint/")
+ (synopsis "Suggest improvements for Haskell source code")
+ (description "HLint reads Haskell programs and suggests changes that
+hopefully make them easier to read. HLint also makes it easy to disable
+unwanted suggestions, and to add your own custom suggestions.")
+ (license bsd-3)))
+
(define-public cpphs
(package
(name "cpphs")
- 107/154: gnu: Add ghc-reducers., (continued)
- 107/154: gnu: Add ghc-reducers., Paul, 2015/10/23
- 109/154: gnu: Add ghc-prelude-extras., Paul, 2015/10/23
- 108/154: gnu: Add ghc-reflection., Paul, 2015/10/23
- 110/154: gnu: Add ghc-free., Paul, 2015/10/23
- 112/154: gnu: Add ghc-simple-reflect., Paul, 2015/10/23
- 111/154: gnu: Add ghc-adjunctions., Paul, 2015/10/23
- 114/154: gnu: Add ghc-cmdargs., Paul, 2015/10/23
- 113/154: gnu: Add cpphs., Paul, 2015/10/23
- 115/154: gnu: Add ghc-happy., Paul, 2015/10/23
- 116/154: gnu: Add ghc-haskell-src-exts., Paul, 2015/10/23
- 117/154: gnu: Add hlint.,
Paul <=
- 118/154: gnu: Add ghc-resourcet., Paul, 2015/10/23
- 120/154: gnu: Add ghc-xss-sanitize., Paul, 2015/10/23
- 119/154: gnu: Add ghc-streaming-commons., Paul, 2015/10/23
- 121/154: gnu: Add ghc-parsers., Paul, 2015/10/23
- 122/154: gnu: Add ghc-cookie., Paul, 2015/10/23
- 124/154: gnu: Add ghc-wai-logger., Paul, 2015/10/23
- 123/154: gnu: Add ghc-wai., Paul, 2015/10/23
- 126/154: gnu: Add ghc-vector-binary-instances., Paul, 2015/10/23
- 125/154: gnu: Add ghc-wai-extra., Paul, 2015/10/23
- 129/154: gnu: Add ghc-cheapskate., Paul, 2015/10/23