X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=c%CE%BBash-nolibdir%2Fclash-nolibdir.cabal;fp=c%CE%BBash-nolibdir%2Fclash-nolibdir.cabal;h=a58db5383e864cd9aae8dfb784d74a194c9bf0d7;hb=5e301be676745136d49dbfbb166b5d4ea3d94d65;hp=0000000000000000000000000000000000000000;hpb=aa4e9c5711eaa8fef698c9af0290b1fa65321c79;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git "a/c\316\273ash-nolibdir/clash-nolibdir.cabal" "b/c\316\273ash-nolibdir/clash-nolibdir.cabal" new file mode 100644 index 0000000..a58db53 --- /dev/null +++ "b/c\316\273ash-nolibdir/clash-nolibdir.cabal" @@ -0,0 +1,23 @@ +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 + 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 +Cabal-Version: >= 1.2 + +Library + build-depends: base > 4, clash, ghc-paths + extensions: PackageImports + exposed-modules: CLasH.Translator + \ No newline at end of file