data-validation 0.1.2.4 → 0.1.2.5
raw patch · 2 files changed
+8/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- data-validation.cabal +4/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for data-validation +## 0.1.2.5 -- 2021-2-11 + +* Loosened cabal version constraint. + ## 0.1.2.4 -- 2020-12-17 * Removed example executable build.
data-validation.cabal view
@@ -1,6 +1,6 @@-cabal-version: 2.4 +cabal-version: >=1.10 name: data-validation -version: 0.1.2.4 +version: 0.1.2.5 synopsis: A library for creating type safe validations. description: A library for creating type safe validations using typeclasses. @@ -11,12 +11,13 @@ maintainer: Ampersand <software@ampersandtech.com> copyright: 2020 AlasConnect LLC category: Data +build-type: Simple extra-source-files: CHANGELOG.md, README.md source-repository head type: git location: https://github.com/alasconnect/data-validation - tag: 0.1.2.4 + tag: 0.1.2.5 library exposed-modules: Data.Validation