packages feed

autoexporter 1.1.10 → 1.1.11

raw patch · 2 files changed

+6/−6 lines, 2 filesdep ~CabalPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: Cabal

API changes (from Hackage documentation)

Files

autoexporter.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 7a7918eb79f8a4def2b9a60a052ecfb0720e807228d98d4f689cc4afdab81284+-- hash: b49e4c44ad49f598462e5d372af9bc6533404b4665752e1674914e269430af2d  name:           autoexporter-version:        1.1.10+version:        1.1.11 synopsis:       Automatically re-export modules. description:    Autoexporter automatically re-exports modules. category:       Utility@@ -32,7 +32,7 @@       library   ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe   build-depends:-      Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.3+      Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.5     , base >=4.9.0 && <4.12     , directory >=1.2.6 && <1.4     , filepath >=1.4.1 && <1.5@@ -48,7 +48,7 @@       executables   ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe   build-depends:-      Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.3+      Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.5     , autoexporter     , base >=4.9.0 && <4.12     , directory >=1.2.6 && <1.4
package.yaml view
@@ -1,5 +1,5 @@ name: autoexporter-version: 1.1.10+version: 1.1.11  category: Utility description: Autoexporter automatically re-exports modules.@@ -16,7 +16,7 @@  dependencies:   base: '>= 4.9.0 && < 4.12'-  Cabal: '>= 1.24.0 && < 1.25 || >= 2.0.1 && < 2.3'+  Cabal: '>= 1.24.0 && < 1.25 || >= 2.0.1 && < 2.5'   directory: '>= 1.2.6 && < 1.4'   filepath: '>= 1.4.1 && < 1.5' ghc-options: