packages feed

arghwxhaskell-0.8.2.0: arghwxhaskell.cabal

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

name:                arghwxhaskell
version:             0.8.2.0
synopsis:            An interpreter for the Argh! programming language in wxHaskell.
description:         An interpreter for the Argh! esoteric programming language in
                     wxHaskell. The program allows one to load, edit, save, validate
                     and run Argh! programs. It currently supports all commands
                     except 'e' and 'E'.
homepage:            https://wiki.haskell.org/Argh!
license:             GPL-2
license-file:        GPL.txt
author:              Simeon Visser
maintainer:          -
-- copyright:           
category:            Language
build-type:          Simple
extra-source-files:  Readme.txt
cabal-version:       >=1.10

executable argh
  main-is:             Argh.hs
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.8 && <4.9, directory >=1.2 && <1.3, wx >=0.92 && <0.93
  -- hs-source-dirs:      
  default-language:    Haskell98