From 250dbdc25f59405babe7554b9e75fc5482dca56f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 3 Jun 2017 15:07:39 -0400 Subject: Switch cabal file from Extensions to Default-Extensions to fix new picky hackage rejection. --- propellor.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index 24153374..2061d37f 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -41,7 +41,7 @@ Executable propellor GHC-Options: -threaded -Wall -fno-warn-tabs -O0 if impl(ghc >= 8.0) GHC-Options: -fno-warn-redundant-constraints - Extensions: TypeOperators + Default-Extensions: TypeOperators Hs-Source-Dirs: src Build-Depends: -- propellor needs to support the ghc shipped in Debian stable, @@ -59,7 +59,7 @@ Executable propellor-config GHC-Options: -threaded -Wall -fno-warn-tabs -O0 if impl(ghc >= 8.0) GHC-Options: -fno-warn-redundant-constraints - Extensions: TypeOperators + Default-Extensions: TypeOperators Hs-Source-Dirs: src Build-Depends: base >= 4.5, base < 5, @@ -72,7 +72,7 @@ Library GHC-Options: -Wall -fno-warn-tabs -O0 if impl(ghc >= 8.0) GHC-Options: -fno-warn-redundant-constraints - Extensions: TypeOperators + Default-Extensions: TypeOperators Hs-Source-Dirs: src Build-Depends: base >= 4.5, base < 5, -- cgit v1.2.3