diff options
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.yaml b/package.yaml index 2f01c17..2128bbc 100644 --- a/package.yaml +++ b/package.yaml @@ -18,7 +18,7 @@ github: tfausak/autoexporter library: dependencies: - base >=4.7 && <4.11 - - Cabal >=1.22 && <1.25 || >=2.0 && <2.1 + - Cabal >=1.22 && <1.25 || >=2.0 && <2.3 - directory >=1.2.5 && <1.4 - filepath >=1.3 && <1.5 source-dirs: source/library @@ -27,4 +27,4 @@ license-file: LICENSE.markdown maintainer: Taylor Fausak name: autoexporter synopsis: Automatically re-export modules. -version: '1.1.3' +version: '1.1.4' |