validation 0.5.1 → 0.5.2
raw patch · 3 files changed
+5/−2 lines, 3 filesdep ~base
Dependency ranges changed: base
Files
- changelog +4/−0
- src/Data/Validation.hs +0/−1
- validation.cabal +1/−1
changelog view
@@ -1,3 +1,7 @@+0.5.2++* Remove LANGUAGE Safe because won't build against lens-4.13 or higher otherwise.+ 0.5.1 * Update documentation
src/Data/Validation.hs view
@@ -1,5 +1,4 @@ {-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE Safe #-} {-# LANGUAGE NoImplicitPrelude #-} -- | Data types similar to @Data.Either@ that are explicit about failure and success.
validation.cabal view
@@ -1,5 +1,5 @@ name: validation-version: 0.5.1+version: 0.5.2 license: BSD3 license-file: LICENSE author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> <dibblego>, Nick Partridge <nkpart>