diff options
Diffstat (limited to 'autoexporter.cabal')
-rw-r--r-- | autoexporter.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/autoexporter.cabal b/autoexporter.cabal index b40849b..ead1f57 100644 --- a/autoexporter.cabal +++ b/autoexporter.cabal @@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack -- --- hash: d0a4fb1809125a8d78716c9527daf9278b4b4b2b4a346f881925e5176b8d9c31 +-- hash: 6a190e6853f9ec9990150e0da0f175b85e6cc8368b98ef113fbcd134e4118087 name: autoexporter -version: 1.1.3 +version: 1.1.4 synopsis: Automatically re-export modules. description: Autoexporter automatically re-exports modules. category: Utility @@ -32,7 +32,7 @@ library source/library ghc-options: -Wall build-depends: - Cabal >=1.22 && <1.25 || >=2.0 && <2.1 + Cabal >=1.22 && <1.25 || >=2.0 && <2.3 , base >=4.7 && <4.11 , directory >=1.2.5 && <1.4 , filepath >=1.3 && <1.5 |