mirror of
https://github.com/typeable/validationt.git
synced 2024-11-21 14:22:00 +03:00
bumped version and added explicit default-language to tests.
This commit is contained in:
parent
97fea97c40
commit
781c515553
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user