Cabal revisions of validationt-0.2.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial validationt.cabal generated by cabal init. For further--- documentation, see http://haskell.org/cabal/users-guide/--name: validationt-version: 0.2.0.0-synopsis: Straightforward validation monad. Convenient solution for validating web forms and APIs.--- description:-homepage: typeable.io-license: BSD3-license-file: LICENSE-author: Typeable.io contributors-maintainer: makeit@typeable.io--- copyright:-category: Control-build-type: Simple-extra-source-files: ChangeLog.md-cabal-version: >=1.10--library- exposed-modules: Control.Monad.Validation- -- other-modules:- -- other-extensions:- build-depends: base >=4.8 && < 5- , aeson >= 1.0- , containers- , exceptions- , lens- , monad-control- , mtl- , QuickCheck- , text- , transformers- , transformers-base- , transformers-lift- , vector- hs-source-dirs: src- default-language: Haskell2010+-- Initial validationt.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: validationt +version: 0.2.0.0 +x-revision: 1 +synopsis: Straightforward validation monad. Convenient solution for validating web forms and APIs. +-- description: +homepage: typeable.io +license: BSD3 +license-file: LICENSE +author: Typeable.io contributors +maintainer: makeit@typeable.io +-- copyright: +category: Control +build-type: Simple +extra-source-files: ChangeLog.md +cabal-version: >=1.10 + +library + exposed-modules: Control.Monad.Validation + -- other-modules: + -- other-extensions: + build-depends: base >=4.8 && < 4.11 + , aeson >=1.0 + , containers + , exceptions <0.10.6 || >0.10.6 + , lens + , monad-control + , mtl >=2.2.1 + , QuickCheck + , text + , transformers + , transformers-base + , transformers-lift + , vector + hs-source-dirs: src + default-language: Haskell2010