diff options
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | propellor.cabal | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 59fc8898..a662c5c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +propellor (4.0.5) unstable; urgency=medium + + * Switch cabal file from Extensions to Default-Extensions to fix + new picky hackage rejection. + + -- Joey Hess <id@joeyh.name> Sat, 03 Jun 2017 15:07:36 -0400 + propellor (4.0.4) unstable; urgency=medium * Propellor.Property.Restic added for yet another backup program. 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, |
