guix-commits
[Top][All Lists]
Advanced

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

05/28: gnu: ghc-validation: Do not generate 'Setup.hs'.


From: guix-commits
Subject: 05/28: gnu: ghc-validation: Do not generate 'Setup.hs'.
Date: Wed, 7 Aug 2019 23:28:30 -0400 (EDT)

samplet pushed a commit to branch master
in repository guix.

commit 1c54c30d9cb3b822e06aa745289c72e31b6c97db
Author: Robert Vollmert <address@hidden>
Date:   Wed Aug 7 10:43:54 2019 -0400

    gnu: ghc-validation: Do not generate 'Setup.hs'.
    
    This is handled by the build system.
    
    * gnu/packages/haskell.scm (ghc-validation): Remove 'arguments'.
---
 gnu/packages/haskell.scm | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index b63abbc..1576716 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -11881,16 +11881,6 @@ default)
         (base32
          "1acj7mh3581ks405xswxw6667z7y1y0slisg6jvp6chc191ji9l5"))))
     (build-system haskell-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'add-setup-script
-           (lambda _
-             ;; The usual "Setup.hs" script is missing from the source.
-             (with-output-to-file "Setup.hs"
-               (lambda ()
-                 (format #t "import Distribution.Simple~%")
-                 (format #t "main = defaultMain~%"))))))))
     (inputs
      `(("ghc-semigroups" ,ghc-semigroups)
        ("ghc-semigroupoids" ,ghc-semigroupoids)



reply via email to

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