fay-builder 0.2.0.4 → 0.2.0.5
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~Cabaldep ~basedep ~data-defaultPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Cabal, base, data-default, directory
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- fay-builder.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.2.0.5++* Allow `Cabal < 1.24`+ #### 0.2.0.4 * Allow `base 4.8.*` and `filepath 1.4.*`
fay-builder.cabal view
@@ -1,5 +1,5 @@ name: fay-builder-version: 0.2.0.4+version: 0.2.0.5 synopsis: Compile Fay code on cabal install, and ad-hoc recompile during development description: Compile Fay code on cabal install, and ad-hoc recompile during development license: BSD3@@ -27,7 +27,7 @@ exposed-modules: Fay.Builder build-depends: base >= 4.5 && < 4.9- , Cabal >= 1.4 && < 1.21+ , Cabal >= 1.4 && < 1.24 , data-default >= 0.5.3 && < 0.6 , directory >= 1.1 && < 1.3 , fay >= 0.20 && < 0.24