packages feed

ewe-0.1.0.12: 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.12
synopsis:            An language to teach a programming
description:         Another implementions of the EWE programming language originally developed by Kent D. Lee. EWE was an extension of the RAM programming language 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
  -- other-modules:
  Build-depends:       base >=4.5 && < 5, parsec >=3.1.3 && < 4, transformers >=0.3,
                       mtl >= 2.1
  hs-source-dirs:      src
  other-modules:       Language.EWE.Parser, Language.EWE.AbsSyn,
                       Language.EWE.VM, Language.EWE.Token

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