-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 9b4d56a60e06088275634fa7f937c8cdec9c68ffb0e17ecb1285e5a6ab79f24a name: baserock-schema version: 0.0.1.1 description: Please see the README on GitHub at 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 , profunctors , 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 , profunctors , 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 , profunctors , text , transformers , turtle , yaml default-language: Haskell2010