TTTAS-0.3.0: TTTAS.cabal
cabal-version: >=1.2.3
build-type: Simple
name: TTTAS
version: 0.3.0
license: LGPL
license-file: COPYRIGHT
maintainer: Arthur Baars <abaars@iti.upv.es>
homepage: http://www.cs.uu.nl/wiki/bin/view/Center/TTTAS
description:
synopsis: Typed Transformations of Typed Abstract Syntax
category:
stability: Stable
copyright: Universiteit Utrecht
build-depends: base >= 2 && < 4.1.0.0, haskell98
exposed-modules: Language.TTTAS
extensions: Arrows, GADTs, CPP
hs-source-dirs: src
extra-source-files: README, LICENSE-LGPL, TTTAS.bib
ghc-options: -Wall