guix-commits
[Top][All Lists]
Advanced

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

248/249: squash! gnu: ghc-hspec-core: Update to 2.7.1.


From: guix-commits
Subject: 248/249: squash! gnu: ghc-hspec-core: Update to 2.7.1.
Date: Thu, 31 Oct 2019 23:50:14 -0400 (EDT)

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

commit ae86d5e05fe9eb333c6a184888ae3663d98841b8
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 23:08:28 2019 -0400

    squash! gnu: ghc-hspec-core: Update to 2.7.1.
---
 gnu/packages/haskell-check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index b144807..66d425f 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -622,13 +622,13 @@ runs Hspec tests.")
     (inputs
      `(("ghc-setenv" ,ghc-setenv)
        ("ghc-ansi-terminal" ,ghc-ansi-terminal)
-       ("ghc-async" ,ghc-async)
        ("ghc-clock" ,ghc-clock)
        ("ghc-quickcheck-io" ,ghc-quickcheck-io)
        ("ghc-hunit" ,ghc-hunit)
        ("ghc-quickcheck" ,ghc-quickcheck)
        ("ghc-hspec-expectations" ,ghc-hspec-expectations)
-       ("ghc-silently" ,ghc-silently)))
+       ("ghc-silently" ,ghc-silently)
+       ("ghc-tf-random" ,ghc-tf-random)))
     (home-page "https://hspec.github.io/";)
     (synopsis "Testing framework for Haskell")
     (description "This library exposes internal types and functions that can



reply via email to

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