1
Fork 0
postlude/postlude.cabal

22 lines
626 B
Plaintext
Raw Normal View History

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