2017-11-26 01:58:39 +00:00
|
|
|
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
|
|
|
|
|
2017-11-26 02:49:55 +00:00
|
|
|
library
|
|
|
|
exposed-modules: Postlude
|
2017-11-26 01:58:39 +00:00
|
|
|
hs-source-dirs: src
|
|
|
|
default-language: Haskell2010
|
2017-11-26 02:49:55 +00:00
|
|
|
build-depends: base >= 4.7 && < 5,
|
|
|
|
mtl == 2.2.1
|