23 lines
674 B
Plaintext
23 lines
674 B
Plaintext
name: postlude
|
|
version: 0.1.0.0
|
|
-- synopsis:
|
|
-- description:
|
|
homepage: https://github.com/githubuser/postlude#readme
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
author: Author name here
|
|
maintainer: example@example.com
|
|
copyright: 2017 Author name here
|
|
category: Web
|
|
build-type: Simple
|
|
cabal-version: >=1.10
|
|
extra-source-files: README.md
|
|
|
|
library
|
|
exposed-modules: Postlude
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010
|
|
build-depends: base >= 4.7 && < 5,
|
|
mtl == 2.2.1,
|
|
transformers == 0.5.5.0
|