-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 662d21d7d9c7322d9479a7c0f49a3df1fcf0313204e0522a76c6fbe2772c479e name: valor version: 0.0.0.0 synopsis: Simple general structured validation library description: Please see the README on GitHub at category: Validation homepage: https://github.com/reygoch/valor#readme bug-reports: https://github.com/reygoch/valor/issues author: Luka Hadžiegrić maintainer: reygoch@gmail.com copyright: 2018 Luka Hadžiegrić license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/reygoch/valor library exposed-modules: Data.Valor other-modules: Paths_valor hs-source-dirs: src build-depends: base >=4.7 && <5 , text , transformers default-language: Haskell2010 test-suite valor-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Data.ValorSpec Paths_valor hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: QuickCheck , base >=4.7 && <5 , checkers , hspec , hspec-checkers , text , transformers , valor default-language: Haskell2010