From 665ea0d3d9e1b0e90278fd659dee0ef8642030da Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 2 Jul 2019 00:43:40 -0400 Subject: Revert "custom type error messages" This reverts commits 14f6ae30809d8bbdb10b91cc59757e865a365df8 de21ef26861db458b0dfb0212cf501f9f8ed459b e20662e6a8881db55394a6366be17ca4e509bc2a Until this bug is resolved, these custom error types hide more basic errors. https://gitlab.haskell.org/ghc/ghc/issues/16894 --- propellor.cabal | 6 ------ 1 file changed, 6 deletions(-) (limited to 'propellor.cabal') 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 -- cgit v1.2.3