bumped version and added explicit default-language to tests.

This commit is contained in:
iko 2020-02-04 15:03:39 +03:00
parent 97fea97c40
commit 781c515553
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Revision history for validationt
## 0.3.0
* Added documentation.
* Fixed `textErrors` behaviour.
* Dropped `transformers-lift` dependency.
## 0.2.1.0
* GHC 8.4 support

View File

@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/
name: validationt
version: 0.2.1.0
version: 0.3.0
synopsis: Straightforward validation monad.
description: Convenient solution for validating web forms and APIs.
homepage: https://github.com/typeable/validationt
@ -54,6 +54,7 @@ test-suite doctest
hs-source-dirs: test
ghc-options: -Wall
main-is: Doc.hs
default-language: Haskell2010
build-depends: base >=4.8 && < 5
, aeson >= 1.0
, doctest