1
Fork 0
postlude/package.yaml

33 lines
970 B
YAML
Raw Normal View History

name: postlude
version: 0.1.0.1
github: "jrpotter/postlude"
license: BSD3
author: "Joshua Potter"
maintainer: "jrpotter2112@gmail.com"
copyright: "2018 Joshua Potter"
extra-source-files:
- README.md
# Metadata used when publishing your package
# synopsis: Short description of your package
# category: Web
# To avoid duplicated efforts in documentation and dealing with the
# complications of embedding Haddock markup inside cabal files, it is
# common to point users to the README.md file.
description: Please see the README on Github at
<https://github.com/jrpotter/postlude#readme>
dependencies:
- base >= 4.7 && < 5
2018-01-14 10:30:56 +00:00
- bytestring >= 0.9 && <= 0.11
- exceptions >= 0.8 && <= 0.9
- free >= 4 && <= 5
- mtl >= 2 && <= 2.2.1
- text >= 1.2 && <= 1.2.2.2
- transformers >= 0.5.2 && <= 0.5.5
library:
source-dirs: src