1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
cabal-version: >=1.10
build-type: Simple
name: uuagc-cabal
version: 1.3.1.0
license: BSD3
license-file: LICENSE
maintainer: Atze Dijkstra (atzedijkstra@gmail.com)
homepage: https://github.com/UU-ComputerScience/uuagc
synopsis: Cabal plugin for UUAGC
description: Cabal plugin for the Universiteit Utrecht Attribute Grammar System
category: Development
stability: Stable
copyright: Universiteit Utrecht
author: Software Technology at Universiteit Utrecht
bug-reports: https://github.com/UU-ComputerScience/uuagc/issues
tested-with: GHC >= 6.12
extra-source-files: README
library
build-depends: base >= 4, base < 5, Cabal >= 2, directory >= 1.0.1.1
build-depends: process >= 1.0.1.3, containers >= 0.3, uulib >= 0.9.14, filepath >= 1.1.0.4, mtl >= 2.2.1
hs-source-dirs: src, src-options
default-language: Haskell2010
exposed-modules: Distribution.Simple.UUAGC
other-modules: Distribution.Simple.UUAGC.UUAGC,
Distribution.Simple.UUAGC.AbsSyn,
Distribution.Simple.UUAGC.Parser,
Options
|