diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2023-04-30 12:00:21 +0200 |
---|---|---|
committer | Josselin Poiret <dev@jpoiret.xyz> | 2023-06-04 10:59:33 +0200 |
commit | 0769a9b3c580df7d31db05e439d33e76d5db17e2 (patch) | |
tree | 2d084fa1a4762652a220330865cf68929fccbbd5 | |
parent | 7a00ab05320997aeb3796689faf3167662bff287 (diff) | |
download | guix-0769a9b3c580df7d31db05e439d33e76d5db17e2.tar.gz |
build-system/haskell: Export default-haskell.
* guix/build-system/haskell.scm: Export default-haskell.
-rw-r--r-- | guix/build-system/haskell.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/build-system/haskell.scm b/guix/build-system/haskell.scm index b8858421c2..f8568e33db 100644 --- a/guix/build-system/haskell.scm +++ b/guix/build-system/haskell.scm @@ -33,6 +33,7 @@ #:use-module (ice-9 match) #:use-module (srfi srfi-1) #:export (hackage-uri + default-haskell %haskell-build-system-modules haskell-build |