guix-commits
[Top][All Lists]
Advanced

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

110/328: gnu: ghc-reflection: Update to 2.1.5.


From: guix-commits
Subject: 110/328: gnu: ghc-reflection: Update to 2.1.5.
Date: Sat, 16 Nov 2019 19:32:34 -0500 (EST)

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

commit 464317b836b9b4ad5300b8d7a4e34681e3a7cf05
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 09:51:55 2019 -0400

    gnu: ghc-reflection: Update to 2.1.5.
    
    * gnu/packages/haskell-xyz.scm (ghc-reflection): Update to 2.1.5.
    [native-inputs]: Add 'ghc-hspec', 'ghc-quickcheck', and
    'hspec-discover'.
---
 gnu/packages/haskell-xyz.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 685419e..9b2ee0b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8197,7 +8197,7 @@ specify refactorings without depending on GHC.")
 (define-public ghc-reflection
   (package
     (name "ghc-reflection")
-    (version "2.1.4")
+    (version "2.1.5")
     (source
      (origin
        (method url-fetch)
@@ -8207,9 +8207,13 @@ specify refactorings without depending on GHC.")
              ".tar.gz"))
        (sha256
         (base32
-         "0kf4a5ijw6jfnfibjcrpdy9vzh1n6v2pxia8dhyyqdissiwc8bzj"))))
+         "0xr947nj1vww5b8fwqmypxm3y3j5sxl4z8wnf834f83jzfzyjbi7"))))
     (build-system haskell-build-system)
     (inputs `(("ghc-tagged" ,ghc-tagged)))
+    (native-inputs
+     `(("ghc-hspec" ,ghc-hspec)
+       ("ghc-quickcheck" ,ghc-quickcheck)
+       ("hspec-discover" ,hspec-discover)))
     (home-page "https://github.com/ekmett/reflection";)
     (synopsis "Reify arbitrary terms into types that can be reflected back
 into terms")



reply via email to

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