diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-06-03 15:07:39 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-06-03 15:07:39 -0400 |
| commit | 250dbdc25f59405babe7554b9e75fc5482dca56f (patch) | |
| tree | 3e18603fb881e5a28fd86c310a8a4b98f86b1aeb /propellor.cabal | |
| parent | 417daf5089f80be23f183c82d122fc6101164f4b (diff) | |
Switch cabal file from Extensions to Default-Extensions to fix new picky hackage rejection.
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
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, |
