guix-devel
[Top][All Lists]
Advanced

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

[PATCH 12/24] gnu: Add ghc-quickcheck.


From: Federico Beffa
Subject: [PATCH 12/24] gnu: Add ghc-quickcheck.
Date: Tue, 7 Apr 2015 14:24:54 +0200

Federico Beffa <address@hidden> writes:

> * gnu/packages/haskell.scm (ghc-quickcheck): New variable.
> ---
>  gnu/packages/haskell.scm | 33 ++++++++++++++++++++++++++++++++-
>  1 file changed, 32 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
> index 34f098f..36b01fc 100644
> --- a/gnu/packages/haskell.scm
> +++ b/gnu/packages/haskell.scm
> @@ -494,7 +494,8 @@ library, including the ability to split random number 
> generators.")
>         (sha256
>          (base32 "0445r2nns6009fmq0xbfpyv7jpzwv0snccjdg7hwj4xk4z0cwc1f"))))
>      (build-system haskell-build-system)
> -    (inputs
> +    ;; these inputs are necessary to use this package
> +    (propagated-inputs
>       `(("ghc-primitive" ,ghc-primitive)
>         ("ghc-random" ,ghc-random)))
>      (home-page "http://hackage.haskell.org/package/tf-random";)
> @@ -506,4 +507,34 @@ the paper /Splittable Pseudorandom Number Generators 
> Using Cryptographic
>  Hashing/ by Claessen, Pałka for details and the rationale of the design.")
>      (license bsd-3)))

I've noticed that I made a mistake. The above lines have been merged in
the 'ghc-tf-random' patch and do not appear togheter with
'ghc-quickcheck' anymore.

Regards,
Fede



reply via email to

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