diff options
author | fozworth <> | 2018-09-03 13:42:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2018-09-03 13:42:00 (GMT) |
commit | cbf62a6c71e66b7775515ecab4acba00d214ff80 (patch) | |
tree | 7068fe74f55bd6b901226bd9212b0b2cb6c0c71d | |
parent | 13da8ca9ff03f4a8160c0744558e70f9eb43fcde (diff) |
version 1.1.111.1.11
-rw-r--r-- | autoexporter.cabal | 8 | ||||
-rw-r--r-- | package.yaml | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/autoexporter.cabal b/autoexporter.cabal index 9399999..1050b42 100644 --- a/autoexporter.cabal +++ b/autoexporter.cabal @@ -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 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 @@ executable autoexporter 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 diff --git a/package.yaml b/package.yaml index 000d8a2..35ea545 100644 --- a/package.yaml +++ b/package.yaml @@ -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 @@ synopsis: Automatically re-export modules. 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: |