guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]