guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ghc-indents: Fix build.


From: Ricardo Wurmus
Subject: 02/02: gnu: ghc-indents: Fix build.
Date: Sun, 30 Sep 2018 07:15:23 -0400 (EDT)

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

commit 9a2015d2630b14b2cbf7649067ff63e32debcdf6
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Sep 30 13:14:39 2018 +0200

    gnu: ghc-indents: Fix build.
    
    * gnu/packages/haskell.scm (ghc-indents)[arguments]: Disable tests.
    [native-inputs]: Add ghc-tasty and ghc-tasty-hunit.
---
 gnu/packages/haskell.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 8076838..0e2dfd8 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2804,9 +2804,14 @@ isn't available, portable implementations are used.")
                (base32
                 "1ly3v41jacc6lrsvg4j3m5a6zs90gr8dyif5m6bf34hj1k5cgg0n"))))
     (build-system haskell-build-system)
+    ;; This package needs an older version of tasty.
+    (arguments '(#:tests? #f))
     (inputs
      `(("ghc-parsec" ,ghc-parsec)
        ("ghc-concatenative" ,ghc-concatenative)))
+    (native-inputs
+     `(("ghc-tasty" ,ghc-tasty)
+       ("ghc-tasty-hunit" ,ghc-tasty-hunit)))
     (home-page "http://patch-tag.com/r/salazar/indents";)
     (synopsis "Indentation sensitive parser-combinators for parsec")
     (description



reply via email to

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