cabal-version : 3.0 name : valor version : 1.0.0.1 build-type : Simple category : Validation synopsis : Simple and powerful data validation description : Simple and powerful data validation library with Applicative and Monad interface. Great for constructing structured errors. homepage : https://github.com/mastarija/valor#readme bug-reports : https://github.com/mastarija/valor/issues author : Luka Hadžiegrić maintainer : luka@mastarija.com license : MIT license-file : LICENSE copyright : Copyright (C) Luka Hadžiegrić 2021 extra-source-files : README.md source-repository head type : git location : https://github.com/mastarija/valor common core ghc-options : -Wall build-depends : base >=4.0 && <5 default-language : Haskell2010 library import : core hs-source-dirs : lib , int exposed-modules : Data.Valor other-modules : Data.Valor.Internal test-suite spec import : core main-is : Spec.hs hs-source-dirs : tst , int other-modules : Test.Gen , Test.Gen.Wrong , Data.ValorSpec , Data.Valor.Internal , Data.Valor.InternalSpec build-depends : valor , hspec , QuickCheck type : exitcode-stdio-1.0 ghc-options : -threaded -rtsopts -with-rtsopts=-N build-tool-depends: hspec-discover:hspec-discover == 2.* test-suite docs import : core main-is : Doctest.hs hs-source-dirs : tst type : exitcode-stdio-1.0 ghc-options : -threaded build-depends : doctest