Add automated testbench generation according to supplied test input
[matthijs/master-project/cλash.git] / cλash / clash.cabal
index 7ea2ed089514a825e4d9afa2d2cd11311f2e21be..24cf85032284f7ca981344e5740532a89cf00e04 100644 (file)
@@ -1,8 +1,8 @@
 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 Languege for Hardware Descriptions (CLasH)
+description:        CLasH 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.
@@ -17,10 +17,9 @@ 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,
-                    filepath, template-haskell, data-accessor-template,
-                    prettyclass
+  build-depends:    ghc >= 6.11, pretty, vhdl, haskell98, syb, data-accessor, 
+                    containers, base >= 4, transformers, filepath, 
+                    template-haskell, data-accessor-template, prettyclass
                     
   exposed-modules:  CLasH.Translator,
                     CLasH.Translator.Annotations
@@ -39,4 +38,4 @@ Library
                     CLasH.Utils.Pretty
                     CLasH.Utils.Core.CoreShow
                     CLasH.Utils.Core.CoreTools
-  
\ No newline at end of file
+