packages feed

Befunge93-0.1: Befunge93.cabal

-- Befunge-93.cabal auto-generated by cabal init. For additional
-- options, see
-- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
-- The name of the package.
Name:                Befunge93

-- The package version. See the Haskell package versioning policy
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
-- standards guiding when and how versions should be incremented.
Version:             0.1

-- A short (one-line) description of the package.
Synopsis:            An interpreter for the Befunge-93 Programming Language

-- A longer description of the package.
Description:         An interpreter for the '93 spec of the esoteric programming language Befunge

-- URL for the project homepage or repository.
Homepage:            http://coder.bsimmons.name/blog/2010/05/befunge-93-interpreter-on-hackage

-- The license under which the package is released.
License:             BSD3

-- The file containing the license text.
License-file:        LICENSE

-- The package author(s).
Author:              Brandon Simmons

-- An email address to which users can send suggestions, bug reports,
-- and patches.
Maintainer:          brandon.m.simmons@gmail.com

-- A copyright notice.
-- Copyright:           

-- Stability of the pakcage (experimental, provisional, stable...)
Stability:           Experimental

Category:            Compilers/Interpreters

Build-type:          Simple

-- Extra files to be distributed with the package, such as examples or
-- a README.
Extra-source-files: README, Tests.hs, tests/phlamethrower/divtest.bf, tests/phlamethrower/compat.bf, tests/phlamethrower/README, tests/mycology/mycology.b98, tests/mycology/readme.txt, tests/mycology/license.txt

-- Constraint on the version of Cabal needed to build this package.
Cabal-version:       >=1.2


Executable Befunge93
  -- .hs or .lhs file containing the Main module.
  Main-is:          Befunge.hs   
  
  -- Packages needed in order to build this package.
  Build-depends:       base >= 2 && < 5, mtl < 2, array < 4, random < 2
  
  -- Modules not exported by this package.
  -- Other-modules:       
  
  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
  -- Build-tools: