-- Initial lambdaLit.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                lambdaLit
version:             0.1.0.0
synopsis:            ...
description:         An repl using the lambdaBase package
license:             MIT
license-file:        LICENSE
author:              Raphaƫl Mongeau
maintainer:          raphaelsimeon@gmail.com
-- copyright:           
category:            Language
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

executable lambdaList
  main-is:             Main.hs
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.7 && <5, lambdaBase >=0.0.0.1 && <1, network >=2.4.0.0 && <3, bytestring >=0.10 && <1, haskeline >=0.7 && <1, mtl >=2 && <3
  -- hs-source-dirs:      
  default-language:    Haskell2010