-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2f68de64889213a2a004f2e8ad645482e39dd7f8525eda90a4d2cf2ef9ea6f69

name:           valor
version:        0.1.0.0
synopsis:       Simple general structured validation library
description:    Please see the README on GitHub at <https://github.com/reygoch/valor#readme>
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
    , 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:
      base >=4.7 && <5
    , hspec
    , text
    , transformers
    , valor
  default-language: Haskell2010