write-you-a-haskell/write-you-a-haskell.cabal

22 lines
637 B
Plaintext
Raw Normal View History

2015-11-21 17:52:39 +03:00
name: write-you-a-haskell
version: 0.1.0.0
license: MIT
license-file: LICENSE
author: Stephen Diehl
maintainer: stephen.m.diehl@gmail.com
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
executable write-you-a-haskell
main-is: Main.hs
build-depends:
base >= 4.7 && <4.9,
2015-11-21 17:52:39 +03:00
pretty >= 1.1 && <1.2,
containers >= 0.5 && <0.6,
2015-12-11 20:13:00 +03:00
transformers >= 0.3 && <0.5,
2015-11-21 17:52:39 +03:00
haskeline >= 0.7 && <0.8,
pandoc -any
build-tools: alex, happy
default-language: Haskell2010