packages feed

ewe-0.1.0.23: ewe.cabal

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

name:                ewe
version:             0.1.0.23
synopsis:            An language to teach a programming
description:         Another implemention of the EWE programming language originally created and developed by Kent D. Lee. EWE is an extension of the RAM programming language. RAM was created by Sethi.
homepage:            http://github.com/jfcmacro/ewe
license:             BSD3
license-file:        LICENSE
author:              Juan Francisco Cardona McCormick
maintainer:          fcardona@eafit.edu.co
-- copyright:
category:            Language
build-type:          Simple
cabal-version:       >=1.8

executable ewe
  main-is:             Main.hs
  Build-depends:       base >=4.5 && < 5,
                       transformers >=0.3,
                       mtl >= 2.1,
                       array >= 0.4.0.0
  hs-source-dirs:      src
  build-tools:         alex, happy
  other-modules:       Language.EWE.AbsSyn,
                       Language.EWE.VM,
                       Language.EWE.Token,
                       Language.EWE.Scanner,
                       Language.EWE.Parser

source-repository head
  type:	    git
  location: git://github.com/jfcmacro/ewe.git