name: LambdaCalculator
version: 0.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 == 6.10.3
flag small_base
Description: Choose the split-up base package.
Executable LambdaCalculator
Main-is: LambdaCalculator.hs
if flag(small_base)
Build-Depends: base >= 3 && < 5, bytestring >= 0.9 && < 1.0 , binary >= 0.4.0 && < 0.6.0,
mtl >= 1.1.0.0 && < 1.2.0.0, haskeline >= 0.6 && < 0.7,
pretty >= 1.0 && < 1.1,
parsec >= 2.1 && < 2.2
else
Build-Depends: base >= 3 && < 5, bytestring >= 0.9 && < 1.0, binary >= 0.4.0 && < 0.6.0,
mtl >= 1.1.0.0 && < 1.2.0.0, haskeline >= 0.6 && < 0.7,
pretty >= 1.0 && < 1.1,
parsec >= 2.1 && < 2.2