-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: fb470bfeead09eb443b2bfd3a2c77dd2799d49ab1de638b2beff5224a829fb86 name: valor version: 0.0.0.1 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: ChangeLog.md 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