baserock-schema-0.0.1.2: baserock-schema.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 785696ae69bd1593ec1d822910442190eef009f11527e89db53abe0e3ed170f4
name: baserock-schema
version: 0.0.1.2
description: Please see the README on GitHub at <https://gitlab.com/locallycompact/baserock-schema#readme>
author: Daniel Firth
maintainer: locallycompact@gmail.com
copyright: 2018 Daniel Firth
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
library
exposed-modules:
Baserock
Baserock.Schema.V9
other-modules:
Paths_baserock_schema
hs-source-dirs:
src
build-depends:
algebraic-graphs
, base >=4.7 && <5
, bytestring
, docopt
, errors
, mtl
, text
, transformers
, turtle
, yaml
default-language: Haskell2010
executable baserock
main-is: Main.hs
other-modules:
Paths_baserock_schema
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
algebraic-graphs
, base >=4.7 && <5
, baserock-schema
, bytestring
, docopt
, errors
, mtl
, text
, transformers
, turtle
, yaml
default-language: Haskell2010
test-suite earthquake-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_baserock_schema
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, algebraic-graphs
, base >=4.7 && <5
, baserock-schema
, bytestring
, docopt
, errors
, hspec
, mtl
, text
, transformers
, turtle
, yaml
default-language: Haskell2010