me
/
guix
Archived
1
0
Fork 0

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

This is handled by the build system.

* gnu/packages/haskell.scm (ghc-validation): Remove 'arguments'.
master
Robert Vollmert 2019-08-07 10:43:54 -04:00 committed by Timothy Sample
parent a1eb8be8ca
commit 1c54c30d9c
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 0 additions and 10 deletions

View File

@ -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)