mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build-system/haskell: Export default-haskell.
* guix/build-system/haskell.scm: Export default-haskell.
This commit is contained in:
parent
7a00ab0532
commit
0769a9b3c5
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ (define-module (guix build-system haskell)
|
||||||
#:use-module (ice-9 match)
|
#:use-module (ice-9 match)
|
||||||
#:use-module (srfi srfi-1)
|
#:use-module (srfi srfi-1)
|
||||||
#:export (hackage-uri
|
#:export (hackage-uri
|
||||||
|
default-haskell
|
||||||
|
|
||||||
%haskell-build-system-modules
|
%haskell-build-system-modules
|
||||||
haskell-build
|
haskell-build
|
||||||
|
|
Loading…
Reference in a new issue