~ruther/guix-local

409ec7c01e82cd7f9f4d6d5bfbf26961eb7c188b — Paul van der Walt 10 years ago 6fe7a7e
gnu: ghc-dlist: Enable tests.

* gnu/packages/haskell.scm (ghc-dlist): Enable tests.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/haskell.scm
M gnu/packages/haskell.scm => gnu/packages/haskell.scm +2 -1
@@ 450,8 450,9 @@ old @code{time} library.  For new projects, the newer
             ".tar.gz"))
       (sha256
        (base32 "10rp96rryij7d8gz5kv8ygc6chm1624ck5mbnqs2a3fkdzqj2b9k"))))
    (arguments `(#:tests? #f))
    (build-system haskell-build-system)
    (inputs
     `(("ghc-quickcheck" ,ghc-quickcheck)))
    (home-page "https://github.com/spl/dlist")
    (synopsis "Difference lists")
    (description