Cabalized clash
[matthijs/master-project/cλash.git] / cλash.cabal
1 name:                clash
2 version:             0.1
3 build-type:          Simple
4 synopsis:            CAES Languege for Hardware Descriptions (CλasH)
5 description:         CλasH is a toolchain/language to translate subsets of Haskell to synthesizable VHDL. It does this by translating the intermediate System Fc (GHC Core) representation to a VHDL AST, which is then written to file.
6 category:            Development
7 license:             BSD3
8 license-file:        LICENSE
9 package-url:         http://github.com/darchon/clash/tree/master
10 copyright:           Copyright (c) 2009 Christiaan Baaij & Matthijs Kooijman
11 author:              Christiaan Baaij & Matthijs Kooijman
12 stability:           alpha
13 maintainer:          christiaan.baaij@gmail.com & matthijs@stdin.nl
14 build-depends:       base > 4, syb, ghc, ghc-paths, transformers, haskell98,
15                      ForSyDe, regex-posix ,data-accessor-template, pretty,
16                      data-accessor, containers, prettyclass, tfp > 0.3, 
17                      tfvec, QuickCheck, template-haskell
18
19 executable:          clash
20 main-is:             Main.hs     
21 ghc-options: