X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=c%CE%BBash.cabal;fp=c%CE%BBash.cabal;h=798b2813ebd592ee05a7224851d803d9c7c29b85;hb=998e440a7fa765685e1ed500c871058a33129b1f;hp=0000000000000000000000000000000000000000;hpb=241a1d6f8a4bc9cccc0cacb05e8348fa3e204f74;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git "a/c\316\273ash.cabal" "b/c\316\273ash.cabal" new file mode 100644 index 0000000..798b281 --- /dev/null +++ "b/c\316\273ash.cabal" @@ -0,0 +1,21 @@ +name: clash +version: 0.1 +build-type: Simple +synopsis: CAES Languege for Hardware Descriptions (CλasH) +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. +category: Development +license: BSD3 +license-file: LICENSE +package-url: http://github.com/darchon/clash/tree/master +copyright: Copyright (c) 2009 Christiaan Baaij & Matthijs Kooijman +author: Christiaan Baaij & Matthijs Kooijman +stability: alpha +maintainer: christiaan.baaij@gmail.com & matthijs@stdin.nl +build-depends: base > 4, syb, ghc, ghc-paths, transformers, haskell98, + ForSyDe, regex-posix ,data-accessor-template, pretty, + data-accessor, containers, prettyclass, tfp > 0.3, + tfvec, QuickCheck, template-haskell + +executable: clash +main-is: Main.hs +ghc-options: