Really revert all of the recent rotating changes.
[matthijs/master-project/cλash.git] / cλash-nolibdir / clash-nolibdir.cabal
index a58db5383e864cd9aae8dfb784d74a194c9bf0d7..18deb67bc94c0311a555b6a169d2fc382816db70 100644 (file)
@@ -1,8 +1,8 @@
 name:               clash-nolibdir
 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.
@@ -20,4 +20,5 @@ Library
   build-depends:    base > 4, clash, ghc-paths
   extensions:       PackageImports          
   exposed-modules:  CLasH.Translator
-  
\ No newline at end of file
+                    CLasH.Utils
+