guix-commits
[Top][All Lists]
Advanced

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

155/290: gnu: ghc-megaparsec: Update to 7.0.5.


From: guix-commits
Subject: 155/290: gnu: ghc-megaparsec: Update to 7.0.5.
Date: Wed, 6 Nov 2019 08:22:54 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 552c2d50d2010154bce43e46228acede9b89a1a7
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 12:59:06 2019 -0400

    gnu: ghc-megaparsec: Update to 7.0.5.
    
    * gnu/packages/haskell-xyz.scm (ghc-megaparsec): Update to 7.0.5.
    [arguments]: Remove '#:cabal-revision'.
---
 gnu/packages/haskell-xyz.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index f89e5f6..286d677 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6119,7 +6119,7 @@ functions are often useful in statistical and numerical 
computing.")
 (define-public ghc-megaparsec
   (package
     (name "ghc-megaparsec")
-    (version "6.5.0")
+    (version "7.0.5")
     (source
      (origin
        (method url-fetch)
@@ -6128,11 +6128,8 @@ functions are often useful in statistical and numerical 
computing.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "12iggy7qpf8x93jm64zf0g215xwy779bqyfyjk2bhmxqqr1yzgdy"))))
+         "0bqx1icbmk8s7wmbcdzsgnlh607c7kzg8l80cp02dxr5valjxp7j"))))
     (build-system haskell-build-system)
-    (arguments
-     `(#:cabal-revision
-       ("4" "0ij3asi5vwlhbgwsy6nhli9a0qb7926mg809fsgyl1rnhs9fvpx1")))
     (inputs
      `(("ghc-case-insensitive" ,ghc-case-insensitive)
        ("ghc-parser-combinators" ,ghc-parser-combinators)



reply via email to

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