guix-commits
[Top][All Lists]
Advanced

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

60/257: gnu: ghc-reflection: Update to 2.1.4.


From: Ricardo Wurmus
Subject: 60/257: gnu: ghc-reflection: Update to 2.1.4.
Date: Thu, 27 Sep 2018 15:46:59 -0400 (EDT)

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

commit 03321caed0d803d3aaac1f0e650d5577e706b53a
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:17:08 2018 -0400

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

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 7994b6c..5df71e8 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1649,7 +1649,7 @@ unlit literate code files; and an option to turn off 
macro-expansion.")
 (define-public ghc-reflection
   (package
     (name "ghc-reflection")
-    (version "2.1.2")
+    (version "2.1.4")
     (source
      (origin
        (method url-fetch)
@@ -1659,7 +1659,7 @@ unlit literate code files; and an option to turn off 
macro-expansion.")
              ".tar.gz"))
        (sha256
         (base32
-         "0f9w0akbm6p8h7kzgcd2f6nnpw1wy84pqn45vfz1ch5j0hn8h2d9"))))
+         "0kf4a5ijw6jfnfibjcrpdy9vzh1n6v2pxia8dhyyqdissiwc8bzj"))))
     (build-system haskell-build-system)
     (inputs `(("ghc-tagged" ,ghc-tagged)))
     (home-page "https://github.com/ekmett/reflection";)



reply via email to

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