~ruther/guix-local

bdd4aa16433a57e4d7bb8980f9e8619d43785b0e — Tobias Geerinckx-Rice 8 years ago f1c2aed
gnu: ghc-comonad: Run tests.

* gnu/packages/haskell.scm (ghc-comonad)[arguments]: Delete to enable tests.
[native-inputs]: Add ghc-doctest.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/haskell.scm
M gnu/packages/haskell.scm => gnu/packages/haskell.scm +2 -2
@@ 2362,8 2362,8 @@ parser isolation, and labeled blocks for better error messages.")
        (base32
         "0arvbaxgkawzdp38hh53akkahjg2aa3kj2b4ns0ni8a5ylg2cqmp"))))
    (build-system haskell-build-system)
    (arguments `(#:tests? #f)) ; FIXME: Test fails with "cannot satisfy
                               ; -package contravariant-1.3.3"
    (native-inputs
     `(("ghc-doctest" ,ghc-doctest)))
    (inputs
     `(("ghc-contravariant" ,ghc-contravariant)
       ("ghc-distributive" ,ghc-distributive)