diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-06-06 09:41:12 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-06-06 09:41:12 +0200 |
| commit | 5aacb05027deb842123b1f74f004531a055d26ae (patch) | |
| tree | 8f57e6a59acd6a98cf211548c469a1b839567506 /minici.cabal | |
| parent | 717cba24991e1a173eed534ed3674b6cf49c9b31 (diff) | |
Diffstat (limited to 'minici.cabal')
| -rw-r--r-- | minici.cabal | 11 |
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 |