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

commit dacfdca1c9c1aa2352e48a7cbcbb73556a8988f0
Author: Timothy Sample <[email protected]>
Date:   Thu Oct 31 10:26:27 2019 -0400

    gnu: ghc-fgl: Update to 5.7.0.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-fgl): Update to 5.7.0.1.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 7ba2041..0fd0926 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3393,7 +3393,7 @@ consuming feeds in both RSS (Really Simple Syndication) 
and Atom format.")
 (define-public ghc-fgl
   (package
     (name "ghc-fgl")
-    (version "5.6.0.0")
+    (version "5.7.0.1")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -3404,7 +3404,7 @@ consuming feeds in both RSS (Really Simple Syndication) 
and Atom format.")
              ".tar.gz"))
        (sha256
         (base32
-         "1i6cp4b3w7sjk7y1dq3fh6bci2sm5h3lnbbaw9ln19nwncg2wwll"))))
+         "04793yh778ck3kz1z2svnfdwwls2kisbnky4lzvf4zjfgpv7mkpz"))))
     (build-system haskell-build-system)
     (arguments
      `(#:phases

Reply via email to