X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=c%CE%BBash%2Fclash.cabal;h=2eb3058c94f0ce3a2220dfa4f34cff49c82bf695;hb=75978cf28a619d14ae27ea2bb4a53246b6a0bcd8;hp=7ea2ed089514a825e4d9afa2d2cd11311f2e21be;hpb=df2dcbc0d598b7bc5c363daf01543d385ce5d6c2;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git "a/c\316\273ash/clash.cabal" "b/c\316\273ash/clash.cabal" index 7ea2ed0..2eb3058 100644 --- "a/c\316\273ash/clash.cabal" +++ "b/c\316\273ash/clash.cabal" @@ -1,42 +1,55 @@ 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 +synopsis: CAES Language for Synchronous Hardware (CLaSH) +description: CLaSH is a tool-chain/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 +category: Language, Hardware license: BSD3 license-file: LICENSE -package-url: http://github.com/darchon/clash/tree/master -copyright: Copyright (c) 2009 Christiaan Baaij & Matthijs Kooijman +homepage: http://clash.ewi.utwente.nl/ +package-url: http://github.com/christiaanb/clash/tree/master/cλash +copyright: Copyright (c) 2009-2010 Christiaan Baaij & + Matthijs Kooijman author: Christiaan Baaij & Matthijs Kooijman stability: alpha maintainer: christiaan.baaij@gmail.com & matthijs@stdin.nl Cabal-Version: >= 1.2 Library - build-depends: ghc >= 6.11, pretty, vhdl, haskell98, ghc-paths, syb, - data-accessor, containers, base >= 4, transformers, + build-depends: ghc >= 6.12, pretty, vhdl > 0.1, haskell98, syb, + data-accessor, containers, base >= 4 && < 5, transformers, filepath, template-haskell, data-accessor-template, - prettyclass + data-accessor-transformers, prettyclass, directory, + tfp, th-lift, time - exposed-modules: CLasH.Translator, + exposed-modules: CLasH.HardwareTypes + CLasH.Translator CLasH.Translator.Annotations - other-modules: CLasH.Translator.TranslatorTypes + other-modules: Data.Param.Integer + Data.Param.Signed + Data.Param.Unsigned + Data.Param.Index + Data.Param.Vector + CLasH.Translator.TranslatorTypes CLasH.Normalize CLasH.Normalize.NormalizeTypes CLasH.Normalize.NormalizeTools CLasH.VHDL CLasH.VHDL.Constants CLasH.VHDL.Generate + CLasH.VHDL.Testbench CLasH.VHDL.VHDLTools CLasH.VHDL.VHDLTypes + CLasH.Utils CLasH.Utils.GhcTools CLasH.Utils.HsTools CLasH.Utils.Pretty + CLasH.Utils.Core.BinderTools CLasH.Utils.Core.CoreShow CLasH.Utils.Core.CoreTools - \ No newline at end of file + +