X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=c%CE%BBash.cabal;h=3eb5dca8a97ff23e4abd91446e76196e23f807a9;hb=b8c1e8554ba8aee73bc9d9a54bb3cb32f7930957;hp=802557a1f244a0831c31f816745a38d2499c745b;hpb=6c48ed90faf1e1827e32f2664f97f6ad1e2dd508;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git "a/c\316\273ash.cabal" "b/c\316\273ash.cabal" index 802557a..3eb5dca 100644 --- "a/c\316\273ash.cabal" +++ "b/c\316\273ash.cabal" @@ -2,7 +2,11 @@ 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. +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 @@ -11,11 +15,10 @@ 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 > 3.0, regex-posix ,data-accessor-template, pretty, - data-accessor, containers, prettyclass, tfp > 0.3, - tfvec > 0.1.2, QuickCheck, template-haskell, filepath +build-depends: ghc >= 6.11, vhdl, data-accessor-template, data-accessor, + containers, transformers, base >= 4, haskell98, + prettyclass, ghc-paths, pretty, syb, filepath, + th-lift-ng, tfp > 0.3.2, tfvec > 0.1.2 executable: clash -main-is: Main.hs -ghc-options: +main-is: Main.hs