packages feed

autoexporter 2.0.0.9 → 2.0.0.10

raw patch · 1 files changed

+2/−2 lines, 1 filesdep +Cabal-syntaxdep −CabalPVP ok

version bump matches the API change (PVP)

Dependencies added: Cabal-syntax

Dependencies removed: Cabal

API changes (from Hackage documentation)

Files

autoexporter.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name: autoexporter-version: 2.0.0.9+version: 2.0.0.10  synopsis: Automatically re-export modules. description: Autoexporter automatically re-exports modules.@@ -25,7 +25,7 @@ common library   build-depends:     , base >= 4.16.0 && < 4.20-    , Cabal >= 3.6.3 && < 3.11+    , Cabal-syntax >= 3.8.1.0 && < 3.13     , directory >= 1.3.6 && < 1.4     , filepath >= 1.4.2 && < 1.5   default-language: Haskell2010