gdritter repos fountain / master fountain.cabal
master

Tree @master (Download .tar.gz)

fountain.cabal @masterraw · history · blame

name:                   pandoc-fountain
version:                0.0.0
author:                 Getty Ritter <gdritter@galois.com>
maintainer:             Getty Ritter <gdritter@galois.com>
license:                BSD3
license-file:           LICENSE
-- Synopsis:
-- Description:
cabal-version:          >= 1.10
build-type:             Simple
extra-source-files:     README.md, ChangeLog.md

library
  default-language:     Haskell2010
  ghc-options:          -Wall
  exposed-modules:      Text.Fountain.Types
  build-depends:        base >= 4 && < 5
                      , text
                      , unordered-containers

source-repository head
  type:                 git
  location:             git@github.com:aisamanra/fountain.git