packages feed

mismi-kernel-0.0.2: mismi-kernel.cabal

version: 0.0.2

name:
  mismi-kernel
author:
  Nick Hibberd
maintainer:
  Nick Hibberd <nhibberd@gmail.com>
homepage:
  https://github.com/nhibberd/mismi
bug-reports:
  https://github.com/nhibberd/mismi/issues
synopsis:
  AWS Library
description:
  mismi-kernel is a simple dependency-free encoding of amazon regions.
category:
  AWS
license:
  BSD3
license-file:
  LICENSE
cabal-version:
  >= 1.8
build-type:
  Simple
tested-with:
    GHC == 8.2.2
  , GHC == 8.4.3
extra-source-files:
  CHANGELOG.md

library
  build-depends:
      base                            >= 3          && < 5
    , mismi-p                         == 0.0.2.*
    , 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                         == 0.0.2.*
    , hedgehog
    , text                            >= 1.1        && < 1.3