guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ghc-quickcheck: Remove obsolete input.


From: guix-commits
Subject: 02/03: gnu: ghc-quickcheck: Remove obsolete input.
Date: Sat, 13 Jun 2020 17:18:32 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 4f94a4ea0f29c3229197417bcdcb52134de69091
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jun 9 20:19:48 2020 +0200

    gnu: ghc-quickcheck: Remove obsolete input.
    
    * gnu/packages/haskell-check.scm (ghc-quickcheck)[inputs]: Remove 
GHC-TF-RANDOM.
---
 gnu/packages/haskell-check.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index bb7f57b..ac1cd33 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -505,8 +505,7 @@ use HUnit assertions as QuickCheck properties.")
      `(#:tests? #f))  ; FIXME: currently missing libraries used for tests.
     (inputs
      `(("ghc-random" ,ghc-random)
-       ("ghc-splitmix" ,ghc-splitmix-bootstrap)
-       ("ghc-tf-random" ,ghc-tf-random)))
+       ("ghc-splitmix" ,ghc-splitmix-bootstrap)))
     (home-page "https://github.com/nick8325/quickcheck";)
     (synopsis "Automatic testing of Haskell programs")
     (description



reply via email to

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