version: 0.0.1 name: mismi-kernel author: Nick Hibberd maintainer: Nick Hibberd homepage: https://github.com/nhibberd/mismi bug-reports: https://github.com/nhibberd/mismi/issues synopsis: AWS Library description: mismi-kernel category: AWS license: BSD3 license-file: LICENSE cabal-version: >= 1.8 build-type: Simple tested-with: GHC == 8.2.2 , GHC == 8.4.3 library build-depends: base >= 3 && < 5 , mismi-p , text >= 1.1 && < 1.3 ghc-options: -Wall hs-source-dirs: src exposed-modules: Mismi.Kernel.Data test-suite test type: exitcode-stdio-1.0 main-is: test.hs ghc-options: -Wall -threaded -O2 hs-source-dirs: test other-modules: Test.Mismi.Kernel.Data Test.Mismi.Kernel.Gen build-depends: base >= 3 && < 5 , mismi-kernel , mismi-p , hedgehog , text >= 1.1 && < 1.3