packages feed

autoexporter 0.2.1 → 0.2.2

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~Cabal

Dependency ranges changed: Cabal

Files

autoexporter.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           autoexporter-version:        0.2.1+version:        0.2.2 synopsis:       Automatically re-export modules. description:    Autoexporter automatically re-exports modules. category:       Utility@@ -31,7 +31,7 @@   ghc-options: -Wall   build-depends:       base >=4.7 && <4.10-    , Cabal >=1.22 && <1.23+    , Cabal >=1.22 && <1.25     , directory >=1.2 && <1.3     , filepath >=1.3 && <1.5   exposed-modules:
package.yaml view
@@ -19,7 +19,7 @@ library:   dependencies:   - base >=4.7 && <4.10-  - Cabal >=1.22 && <1.23+  - Cabal >=1.22 && <1.25   - directory >=1.2 && <1.3   - filepath >=1.3 && <1.5   source-dirs: library@@ -27,4 +27,4 @@ maintainer: Taylor Fausak name: autoexporter synopsis: Automatically re-export modules.-version: '0.2.1'+version: '0.2.2'