diff options
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 |