-- Initial forth-hll.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ -- The name of the package. name: forth-hll -- The package version. See the Haskell package versioning policy (PVP) -- for standards guiding when and how versions should be incremented. -- http://www.haskell.org/haskellwiki/Package_versioning_policy -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.1.0.0 -- A short (one-line) description of the package. synopsis: A simple eDSL for generating arrayForth code. -- A longer description of the package. -- description: -- The license under which the package is released. license: GPL-3 -- The file containing the license text. license-file: LICENSE -- The package author(s). author: Tikhon Jelvis -- An email address to which users can send suggestions, bug reports, and -- patches. maintainer: tikhon@jelv.is -- A copyright notice. -- copyright: category: Language build-type: Simple -- Constraint on the version of Cabal needed to build this package. cabal-version: >=1.8 source-repository head type: git location: git://github.com/TikhonJelvis/array-forth-hll.git Library Build-depends: base ==4.*, array-forth ==0.2.*, free ==3.*, mtl >=2 Hs-source-dirs: src Exposed-modules: Language.ArrayForth.HLL.AST, Language.ArrayForth.HLL.Compile, Language.ArrayForth.HLL.Example GHC-options: -Wall -fno-warn-unused-do-bind -rtsopts