name: unlambda version: 0.1 x-revision: 1 license: GPL license-file: LICENSE author: Ørjan Johansen Don Stewart -- maintainer: Cale stability: Stable category: Compilers/Interpreters synopsis: Unlambda interpreter description: This is an interpreter of the Unlambda language, written in the pure, lazy, functional language Haskell. build-type: Simple Cabal-Version: >= 1.2 tested-with: GHC==6.8.2 executable unlambda main-is: Main.hs build-depends: base>3, unix library exposed-modules: Language.Unlambda build-depends: base <4.6, array, mtl ghc-options: -Wall ghc-prof-options: -prof -auto-all