name: LambdaCalculator
version: 0.2
license: BSD3
license-file: LICENSE
copyright: Tim Sheard
author: Tim Sheard
maintainer: Thomas DuBuisson <thomas.dubuisson@gmail.com>
description: A basic lambda calculator with beta reduction and a REPL
synopsis: A basic lambda calculator with beta reduction and a REPL
category: Language
stability: stable
build-type: Simple
cabal-version: >= 1.2
tested-with: GHC == 7.10.3
Executable LambdaCalculator
Main-is: LambdaCalculator.hs
Build-Depends: base >= 3 && < 5, bytestring >= 0.9, binary >= 0.4,
mtl >= 1.1.0.0, haskeline >= 0.6,
pretty >= 1.0,
parsec >= 2.1