lamb/lamb.cabal

13 lines
420 B
Plaintext
Raw Normal View History

2014-05-29 01:41:12 +00:00
name: lamb
version: 0.0.1
synopsis: The Lamb programming language
author: darkf
build-type: Simple
cabal-version: >= 1.8
executable main
main-is: Lamb.hs
2014-11-01 12:14:38 +00:00
build-depends: base, peggy, containers, transformers, directory, filepath, bytestring, network, text
2014-05-29 01:41:12 +00:00
hs-source-dirs: .
extensions: DoAndIfThenElse