build-system/haskell: Fix regression.
This is a follow-up of a0f880afea
.
* guix/build-system/haskell.scm (haskell-build): Correctly handle the absence
of a "cabal-revision" input.
master
parent
f12709ec5f
commit
29a1c93b72
|
@ -153,7 +153,7 @@ provides a 'Setup.hs' file as its build system."
|
|||
;; use of ungexp-splicing.
|
||||
#:cabal-revision
|
||||
#$@(match (assoc-ref inputs "cabal-revision")
|
||||
(#f '())
|
||||
(#f '(#f))
|
||||
(lst lst))
|
||||
|
||||
#:configure-flags #$configure-flags
|
||||
|
|
Reference in New Issue