autoexporter 1.1.1 → 1.1.2
raw patch · 2 files changed
+6/−6 lines, 2 filesdep ~Cabaldep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Cabal, base
API changes (from Hackage documentation)
Files
- autoexporter.cabal +3/−3
- package.yaml +3/−3
autoexporter.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: autoexporter-version: 1.1.1+version: 1.1.2 synopsis: Automatically re-export modules. description: Autoexporter automatically re-exports modules. category: Utility@@ -30,8 +30,8 @@ source/library ghc-options: -Wall build-depends:- base >=4.7 && <4.10- , Cabal >=1.22 && <1.25+ base >=4.7 && <4.11+ , Cabal >=1.22 && <1.25 || >=2.0 && <2.1 , directory >=1.2.5 && <1.4 , filepath >=1.3 && <1.5 exposed-modules:
package.yaml view
@@ -17,8 +17,8 @@ github: tfausak/autoexporter library: dependencies:- - base >=4.7 && <4.10- - Cabal >=1.22 && <1.25+ - base >=4.7 && <4.11+ - Cabal >=1.22 && <1.25 || >=2.0 && <2.1 - directory >=1.2.5 && <1.4 - filepath >=1.3 && <1.5 source-dirs: source/library@@ -27,4 +27,4 @@ maintainer: Taylor Fausak name: autoexporter synopsis: Automatically re-export modules.-version: '1.1.1'+version: '1.1.2'