name: schema version: 0.0.1 synopsis: Encoding-independent schemas for Haskell data types. homepage: https://toktok.github.io/ license: AGPL-3 license-file: LICENSE.md author: Iphigenia Df maintainer: Iphigenia Df copyright: Copyright (c) 2016, Iphigenia Df category: Data stability: Experimental cabal-version: >= 1.10 build-type: Simple description: A Haskell implementation of encoding-independent schemas. source-repository head type: git location: https://github.com/TokTok/hs-schema.git library default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall exposed-modules: Data.Schema build-depends: base < 5 test-suite testsuite type: exitcode-stdio-1.0 default-language: Haskell2010 hs-source-dirs: test main-is: testsuite.hs other-modules: Data.SchemaSpec ghc-options: -Wall -fno-warn-unused-imports build-depends: base < 5 , QuickCheck , hspec , schema