autoexporter 2.0.0.7 → 2.0.0.8
raw patch · 2 files changed
+9/−15 lines, 2 filesdep +Cabaldep −Cabal-syntaxdep ~basePVP ok
version bump matches the API change (PVP)
Dependencies added: Cabal
Dependencies removed: Cabal-syntax
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- README.markdown +1/−1
- autoexporter.cabal +8/−14
README.markdown view
@@ -1,6 +1,6 @@ # Autoexporter -[](https://github.com/tfausak/autoexporter/actions)+[](https://github.com/tfausak/autoexporter/actions/workflows/workflow.yaml) [](https://hackage.haskell.org/package/autoexporter) [](https://www.stackage.org/package/autoexporter)
autoexporter.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: autoexporter-version: 2.0.0.7+version: 2.0.0.8 synopsis: Automatically re-export modules. description: Autoexporter automatically re-exports modules.@@ -24,31 +24,25 @@ common library build-depends:- , base >= 4.15.0 && < 4.18- , Cabal-syntax >= 3.8.1 && < 3.9+ , base >= 4.16.0 && < 4.19+ , Cabal >= 3.6.3 && < 3.11 , directory >= 1.3.6 && < 1.4 , filepath >= 1.4.2 && < 1.5 default-language: Haskell2010 ghc-options: -Weverything+ -Wno-all-missed-specialisations -Wno-implicit-prelude+ -Wno-missed-specialisations -Wno-missing-deriving-strategies -Wno-missing-exported-signatures+ -Wno-missing-kind-signatures+ -Wno-missing-safe-haskell-mode+ -Wno-prepositive-qualified-module -Wno-unsafe- -Wno-all-missed-specialisations- -Wno-missed-specialisations if flag(pedantic) ghc-options: -Werror-- if impl(ghc >= 8.10)- ghc-options:- -Wno-missing-safe-haskell-mode- -Wno-prepositive-qualified-module-- if impl(ghc >= 9.2)- ghc-options:- -Wno-missing-kind-signatures common executable import: library