unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37434] [PATCH 1/2] gnu: ghc-megaparsec: Update to 7.0.5.
@ 2019-09-17  3:37 ericbavier
  2019-09-17  3:37 ` [bug#37435] [PATCH 2/2] gnu: idris: Update to 1.3.2 ericbavier
  2019-09-20 20:32 ` [bug#37434] [PATCH 1/2] gnu: ghc-megaparsec: Update to 7.0.5 Ludovic Courtès
  0 siblings, 2 replies; 12+ messages in thread
From: ericbavier @ 2019-09-17  3:37 UTC (permalink / raw)
  To: 37434; +Cc: Eric Bavier

From: Eric Bavier <bavier@member.fsf.org>

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

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 8787f10789..960068ab23 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4050,7 +4050,7 @@ combinators.")
 (define-public ghc-megaparsec
   (package
     (name "ghc-megaparsec")
-    (version "6.5.0")
+    (version "7.0.5")
     (source
      (origin
        (method url-fetch)
@@ -4059,11 +4059,8 @@ combinators.")
                            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)
-- 
2.23.0

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-09-25 17:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-17  3:37 [bug#37434] [PATCH 1/2] gnu: ghc-megaparsec: Update to 7.0.5 ericbavier
2019-09-17  3:37 ` [bug#37435] [PATCH 2/2] gnu: idris: Update to 1.3.2 ericbavier
2019-09-20 20:32 ` [bug#37434] [PATCH 1/2] gnu: ghc-megaparsec: Update to 7.0.5 Ludovic Courtès
2019-09-20 22:21   ` Timothy Sample
2019-09-20 22:25     ` Timothy Sample
2019-09-23  8:25       ` Ludovic Courtès
2019-09-24  1:59         ` Eric Bavier
2019-09-24  7:16           ` Ludovic Courtès
2019-09-24 14:06             ` Eric Bavier
2019-09-24 17:08               ` Ludovic Courtès
2019-09-25  2:20                 ` bug#37435: " Eric Bavier
2019-09-25 17:49               ` Timothy Sample

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).