TTTAS-0.2: TTTAS.cabal
cabal-version: >=1.2
build-type: Simple
name: TTTAS
version: 0.2
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, haskell98
exposed-modules: Language.TTTAS
extensions: Arrows, GADTs
hs-source-dirs: src
extra-source-files: README, LICENSE-LGPL, TTTAS.bib
ghc-options: -Wall