autoexporter 1.1.11 → 1.1.13
raw patch · 3 files changed
+14/−15 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- autoexporter.cabal +11/−12
- package.yaml +2/−2
- stack.yaml +1/−1
autoexporter.cabal view
@@ -1,11 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.20.0.+-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack ----- hash: b49e4c44ad49f598462e5d372af9bc6533404b4665752e1674914e269430af2d+-- hash: 1dc2f2a28b578790d17150bc67dfe75b5d1affd72e8031d50d973489310f675c name: autoexporter-version: 1.1.11+version: 1.1.13 synopsis: Automatically re-export modules. description: Autoexporter automatically re-exports modules. category: Utility@@ -16,7 +16,6 @@ license-file: LICENSE.markdown build-type: Simple cabal-version: >= 1.10- extra-source-files: CHANGELOG.markdown package.yaml@@ -28,31 +27,31 @@ location: https://github.com/tfausak/autoexporter library+ exposed-modules:+ Autoexporter+ other-modules:+ Paths_autoexporter hs-source-dirs: library ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe build-depends: Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.5- , base >=4.9.0 && <4.12+ , base >=4.9.0 && <4.13 , directory >=1.2.6 && <1.4 , filepath >=1.4.1 && <1.5- exposed-modules:- Autoexporter- other-modules:- Paths_autoexporter default-language: Haskell2010 executable autoexporter main-is: Main.hs+ other-modules:+ Paths_autoexporter hs-source-dirs: executables ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe build-depends: Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.5 , autoexporter- , base >=4.9.0 && <4.12+ , base >=4.9.0 && <4.13 , directory >=1.2.6 && <1.4 , filepath >=1.4.1 && <1.5- other-modules:- Paths_autoexporter default-language: Haskell2010
package.yaml view
@@ -1,5 +1,5 @@ name: autoexporter-version: 1.1.11+version: 1.1.13 category: Utility description: Autoexporter automatically re-exports modules.@@ -15,7 +15,7 @@ synopsis: Automatically re-export modules. dependencies:- base: '>= 4.9.0 && < 4.12'+ base: '>= 4.9.0 && < 4.13' Cabal: '>= 1.24.0 && < 1.25 || >= 2.0.1 && < 2.5' directory: '>= 1.2.6 && < 1.4' filepath: '>= 1.4.1 && < 1.5'
stack.yaml view
@@ -1,1 +1,1 @@-resolver: lts-12.0+resolver: nightly-2018-10-01