autoexporter 1.1.18 → 1.1.19
raw patch · 1 files changed
+2/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- autoexporter.cabal +2/−1
autoexporter.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: autoexporter-version: 1.1.18+version: 1.1.19 synopsis: Automatically re-export modules. description: Autoexporter automatically re-exports modules.@@ -54,5 +54,6 @@ build-depends: base -any , autoexporter -any+ ghc-options: -rtsopts -threaded hs-source-dirs: src/exe main-is: Main.hs