From cd3dfc433ab48ab150386e52ed7e61abe55ae550 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 May 2017 20:15:42 -0400 Subject: squelch cabal warning about Default-Language Could use Hashell2010, but IIRC there are some slightly tricky differences. --- propellor.cabal | 3 +++ 1 file changed, 3 insertions(+) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index 9dda1ad8..3b12344f 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -36,6 +36,7 @@ Description: It is configured using haskell. Executable propellor + Default-Language: Haskell98 Main-Is: wrapper.hs GHC-Options: -threaded -Wall -fno-warn-tabs -O0 if impl(ghc >= 8.0) @@ -53,6 +54,7 @@ Executable propellor Propellor.DotDir Executable propellor-config + Default-Language: Haskell98 Main-Is: config.hs GHC-Options: -threaded -Wall -fno-warn-tabs -O0 if impl(ghc >= 8.0) @@ -66,6 +68,7 @@ Executable propellor-config time, mtl, transformers, exceptions (>= 0.6), stm, text, hashable Library + Default-Language: Haskell98 GHC-Options: -Wall -fno-warn-tabs -O0 if impl(ghc >= 8.0) GHC-Options: -fno-warn-redundant-constraints -- cgit v1.2.3