packages feed

mismi-p-0.0.2: mismi-p.cabal

version: 0.0.2

name:
  mismi-p
author:
  Nick Hibberd
maintainer:
  Nick Hibberd <nhibberd@gmail.com>
homepage:
  https://github.com/nhibberd/mismi
bug-reports:
  https://github.com/nhibberd/mismi/issues
synopsis:
  A commmon prelude for the mismi project.
description:
  A commmon prelude for use throughout the mismi project.
  .
  <https://github.com/nhibberd/mismi>
category:
  Prelude
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:
  README.md
  CHANGELOG.md

source-repository head
  type: git
  location: git://github.com/nhibberd/mismi.git

library
  build-depends:
      base                            >= 3          && < 5
    , text                            >= 1.1        && < 1.3

  ghc-options:
    -Wall

  hs-source-dirs:
    src

  exposed-modules:
    P