Really revert all of the recent rotating changes.
[matthijs/master-project/cλash.git] / cλash-nolibdir / clash-nolibdir.cabal
1 name:               clash-nolibdir
2 version:            0.1
3 build-type:         Simple
4 synopsis:           CAES Languege for Hardware Descriptions (CLasH)
5 description:        CLasH is a toolchain/language to translate subsets of
6                     Haskell to synthesizable VHDL. It does this by translating
7                     the intermediate System Fc (GHC Core) representation to a
8                     VHDL AST, which is then written to file.
9 category:           Development
10 license:            BSD3
11 license-file:       LICENSE
12 package-url:        http://github.com/darchon/clash/tree/master
13 copyright:          Copyright (c) 2009 Christiaan Baaij & Matthijs Kooijman
14 author:             Christiaan Baaij & Matthijs Kooijman
15 stability:          alpha
16 maintainer:         christiaan.baaij@gmail.com & matthijs@stdin.nl
17 Cabal-Version:      >= 1.2
18
19 Library
20   build-depends:    base > 4, clash, ghc-paths
21   extensions:       PackageImports          
22   exposed-modules:  CLasH.Translator
23                     CLasH.Utils
24