-- Initial imperative-edsl-vhdl.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: imperative-edsl-vhdl
version: 0.2.0.1
synopsis: Deep embedding of VHDL programs with code generation.
description: Deep embedding of VHDL programs with code generation.
license: BSD3
license-file: LICENSE
author: Markus Aronsson
maintainer: mararon@chalmers.se
-- copyright:
category: Language
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Language.Embedded.VHDL,
Language.Embedded.VHDL.Monad,
Language.Embedded.VHDL.Monad.Expression,
Language.Embedded.VHDL.Interface,
Language.Embedded.VHDL.Expression,
Language.Embedded.VHDL.Expression.Hoist,
Language.Embedded.VHDL.Expression.Format,
Language.Embedded.VHDL.Expression.Type,
Language.Embedded.VHDL.Command
-- other-modules:
other-extensions: TypeFamilies,
KindSignatures,
ConstraintKinds,
GeneralizedNewtypeDeriving,
StandaloneDeriving,
MultiParamTypeClasses,
FlexibleInstances,
FlexibleContexts,
UndecidableInstances
build-depends: base >=4 && <5,
mtl >=2.2 && <3,
bytestring,
constraints,
containers >=0.1 && <1,
operational-alacarte >=0.1.1,
language-vhdl >=0.1.1.0,
pretty >=1.0
hs-source-dirs: .,src
default-language: Haskell2010