guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

241/329: gnu: hlint: Update to 2.1.26.


From: guix-commits
Subject: 241/329: gnu: hlint: Update to 2.1.26.
Date: Wed, 20 Nov 2019 21:18:29 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit cfbb0a95fa6ea31a9c8c74e61016892a5de580f8
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")



reply via email to

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