packages feed

markdown-unlit-0.3.0: markdown-unlit.cabal

-- This file has been generated from package.yaml by hpack version 0.8.0.
--
-- see: https://github.com/sol/hpack

name:             markdown-unlit
version:          0.3.0
synopsis:         Literate Haskell support for Markdown
category:         Development
homepage:         https://github.com/sol/markdown-unlit#readme
bug-reports:      https://github.com/sol/markdown-unlit/issues
license:          MIT
license-file:     LICENSE
copyright:        (c) 2012-2013 Simon Hengel
author:           Simon Hengel <sol@typeful.net>
maintainer:       Simon Hengel <sol@typeful.net>
build-type:       Simple
cabal-version:    >= 1.10
description:      Documentation is here: <https://github.com/sol/markdown-unlit#readme>

source-repository head
  type: git
  location: https://github.com/sol/markdown-unlit

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base == 4.*
    , base-compat
  exposed-modules:
      Text.Markdown.Unlit
  default-language: Haskell2010

executable markdown-unlit
  main-is: Main.hs
  hs-source-dirs:
      driver
  ghc-options: -Wall
  build-depends:
      base == 4.*
    , base-compat
    , markdown-unlit
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      src
    , test
  ghc-options: -Wall
  cpp-options: -DTEST
  build-depends:
      base == 4.*
    , base-compat
    , directory
    , hspec == 2.*
    , QuickCheck
    , silently
    , stringbuilder
    , temporary
  other-modules:
      Text.Markdown.Unlit
      Text.Markdown.UnlitSpec
  default-language: Haskell2010