schema-0.0.2: schema.cabal
name: schema
version: 0.0.2
synopsis: Encoding-independent schemas for Haskell data types.
homepage: https://toktok.github.io/
license: GPL-3
license-file: LICENSE
author: Iphigenia Df <iphydf@gmail.com>
maintainer: Iphigenia Df <iphydf@gmail.com>
copyright: Copyright (c) 2016-2018, 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
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
, msgpack-binary
, groom
, hspec
, schema