summaryrefslogtreecommitdiff
path: root/minici.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-06-06 09:41:12 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-06-06 09:41:12 +0200
commit5aacb05027deb842123b1f74f004531a055d26ae (patch)
tree8f57e6a59acd6a98cf211548c469a1b839567506 /minici.cabal
parent717cba24991e1a173eed534ed3674b6cf49c9b31 (diff)
Move CI flags to minici job fileHEADmaster
Diffstat (limited to 'minici.cabal')
-rw-r--r--minici.cabal11
1 files changed, 0 insertions, 11 deletions
diff --git a/minici.cabal b/minici.cabal
index 97c6b97..2170785 100644
--- a/minici.cabal
+++ b/minici.cabal
@@ -23,11 +23,6 @@ extra-doc-files:
README.md
CHANGELOG.md
-flag ci
- description: Options for CI testing
- default: False
- manual: True
-
source-repository head
type: git
location: https://code.erebosprotocol.net/minici
@@ -40,12 +35,6 @@ executable minici
-threaded
-fdefer-typed-holes
- if flag(ci)
- ghc-options:
- -Werror
- -- sometimes needed for backward/forward compatibility:
- -Wno-error=unused-imports
-
other-modules:
Command
Command.Checkout