cabal-version: >=1.2 build-type: Simple name: TTTAS version: 0.1 license: LGPL license-file: COPYRIGHT maintainer: Arthur Baars 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: TTTAS extensions: Arrows, GADTs hs-source-dirs: src extra-source-files: README, LICENSE-LGPL, TTTAS.bib ghc-options: -O2 -Wall