packages feed

vhdl-0.1.2: vhdl.cabal

name:                vhdl
version:             0.1.2
synopsis:            VHDL AST and pretty printer
description:         VHDL AST and pretty printer, should only be used for building AST's, not as part of a VHDL parser
category:            Language
license:             BSD3
license-file:        LICENSE
copyright:           Copyright (c) 2009 Christiaan Baaij & Matthijs Kooijman
author:              Christiaan Baaij
maintainer:          christiaan.baaij@gmail.com
package-url:         http://github.com/christiaanb/vhdl/tree/master
build-type:          Simple
cabal-version:       >=1.2  

Library
  extensions:        FlexibleInstances, MultiParamTypeClasses, 
                     FunctionalDependencies
  build-depends:     base >= 4.0 && < 5, regex-posix, pretty, mtl
  exposed-modules:   Language.VHDL.AST,
                     Language.VHDL.AST.Ppr
                     Language.VHDL.Ppr,
                     Language.VHDL.FileIO
  other-modules:     Language.VHDL.Error