name: forma version: 1.1.2 cabal-version: 1.18 tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5 license: BSD3 license-file: LICENSE.md author: Mark Karpov maintainer: Mark Karpov homepage: https://github.com/mrkkrp/forma bug-reports: https://github.com/mrkkrp/forma/issues category: Web synopsis: Parse and validate forms in JSON format build-type: Simple description: Parse and validate forms in JSON format. extra-doc-files: CHANGELOG.md , README.md source-repository head type: git location: https://github.com/mrkkrp/forma.git flag dev description: Turn on development settings. manual: True default: False library build-depends: aeson >= 0.9 && < 1.5 , base >= 4.9 && < 5.0 , containers >= 0.5 && < 0.7 , mtl >= 2.0 && < 3.0 , text >= 0.2 && < 1.3 , unordered-containers >= 0.2.5 && < 0.3 exposed-modules: Web.Forma if flag(dev) ghc-options: -Wall -Werror else ghc-options: -O2 -Wall if flag(dev) && impl(ghc >= 8.0) ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances default-language: Haskell2010 test-suite tests main-is: Main.hs hs-source-dirs: tests type: exitcode-stdio-1.0 build-depends: aeson >= 0.9 && < 1.5 , base >= 4.9 && < 5.0 , containers >= 0.5 && < 0.7 , forma , hspec >= 2.0 && < 3.0 , mtl >= 2.0 && < 3.0 , text >= 0.2 && < 1.3 if flag(dev) ghc-options: -Wall -Werror else ghc-options: -O2 -Wall default-language: Haskell2010