packages feed

snipcheck-0.1.0.3: snipcheck.cabal

name:                snipcheck
version:             0.1.0.3
synopsis:            Markdown tester
description:         Markdown snippet runner and checker
homepage:            https://github.com/nmattia/snipcheck#readme
license:             MIT
license-file:        LICENSE
author:              Nicolas Mattia
maintainer:          nicolas@nmattia.com
copyright:           2017 Nicolas Mattia
category:            Development
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  ghc-options:         -Wall
  exposed-modules:     Snipcheck
  build-depends:       base >= 4.7 && < 5
                     , containers
                     , pandoc
                     , process
                     , text
  default-language:    Haskell2010