blob: b71afe410d91f313a0d3053d21bd38e78a86d616 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
From c1d00ee310adf30211150ad9a9444afb3b957889 Mon Sep 17 00:00:00 2001
From: hololeap <hololeap@protonmail.com>
Date: Thu, 5 Oct 2023 22:47:26 -0600
Subject: [PATCH 1/1] Add executable flag
Toggled on by default
Signed-off-by: hololeap <hololeap@protonmail.com>
---
doctest-driver-gen.cabal | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doctest-driver-gen.cabal b/doctest-driver-gen.cabal
index cbe5aff..d86d001 100644
--- a/doctest-driver-gen.cabal
+++ b/doctest-driver-gen.cabal
@@ -43,6 +43,11 @@ library
ghc-options: -Wall
default-language: Haskell2010
+flag executable
+ description: Build the doctest-driver-gen executable
+ default: True
+ manual: True
+
executable doctest-driver-gen
hs-source-dirs: app
main-is: Main.hs
--
2.41.0
|