guix-patches
[Top][All Lists]
Advanced

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

[bug#61915] [PATCH v2 08/13] build-system/haskell: Export default-haskel


From: Josselin Poiret
Subject: [bug#61915] [PATCH v2 08/13] build-system/haskell: Export default-haskell.
Date: Sun, 30 Apr 2023 12:53:18 +0200

From: Josselin Poiret <dev@jpoiret.xyz>

* guix/build-system/haskell.scm: Export default-haskell.
---
 guix/build-system/haskell.scm | 1 +
 1 file changed, 1 insertion(+)

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 @@ (define-module (guix build-system haskell)
   #:use-module (ice-9 match)
   #:use-module (srfi srfi-1)
   #:export (hackage-uri
+            default-haskell
 
             %haskell-build-system-modules
             haskell-build
-- 
2.39.2






reply via email to

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