packages feed

baserock-schema-0.0.1.3: baserock-schema.cabal

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

name:           baserock-schema
version:        0.0.1.3
synopsis:       Baserock Definitions Schema
description:    Baserock Definitions Schema - Parsers, Printers, Encoders, Decoders, ASTs, Graphs and Traversals
category:       Data
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

source-repository head
  type: git
  location: https://gitlab.com/locallycompact/baserock-schema

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
    , 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
    , errors
    , hspec
    , mtl
    , text
    , transformers
    , turtle
    , yaml
  default-language: Haskell2010