summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2019-07-02 00:45:57 -0400
committerJoey Hess2019-07-02 00:45:57 -0400
commit7ac0fbfa247ca153a6187c47dde9fc3a94c9cdb5 (patch)
treecc69e43ade9ca443d9161c764e640a2b8e9cb30f /propellor.cabal
parentd8ba8acbc58498641b729d7068d9e0b6c93c890b (diff)
parent9241f54cf269e7ce3c9897ff66a9bfa2eb1ab64b (diff)
Merge branch 'joeyconfig' into custom-error-types
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal6
1 files changed, 0 insertions, 6 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 71d3c578..300313c0 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -35,9 +35,6 @@ Description:
.
It is configured using haskell.
-Flag WithTypeErrors
- Description: Build with type-errors library for better error messages
-
Library
Default-Language: Haskell98
GHC-Options: -Wall -fno-warn-tabs -O0
@@ -50,9 +47,6 @@ Library
directory, filepath, IfElse, process, bytestring, hslogger, split,
unix, unix-compat, ansi-terminal, containers (>= 0.5), network, async,
time, mtl, transformers, exceptions (>= 0.6), stm, text, hashable
- if flag(WithTypeErrors)
- Build-Depends: type-errors
- CPP-Options: -DWITH_TYPE_ERRORS
Exposed-Modules:
Propellor