new package: clash-lib

This commit is contained in:
David Virgilio 2014-11-16 01:39:42 -06:00
parent e476a927a7
commit a82e72a5c5
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, attoparsec, concurrentSupply, contravariant
, deepseq, errors, fgl, filepath, hashable, lens, ListLike, mtl
, text, time, transformers, unbound, unorderedContainers
, uuParsinglib, wlPprintText
}:
cabal.mkDerivation (self: {
pname = "clash-lib";
version = "0.4";
sha256 = "1c3bxjm356cs7wf49zlazbv44bw06rs81akmsfzkfccrl7gjy7yc";
buildDepends = [
aeson attoparsec concurrentSupply contravariant deepseq errors fgl
filepath hashable lens ListLike mtl text time transformers unbound
unorderedContainers uuParsinglib wlPprintText
];
meta = {
homepage = "http://christiaanb.github.io/clash2";
description = "CAES Language for Synchronous Hardware - As a Library";
license = "unknown";
platforms = self.ghc.meta.platforms;
};
})

View File

@ -424,6 +424,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
circlePacking = callPackage ../development/libraries/haskell/circle-packing {};
clashLib = callPackage ../development/libraries/haskell/clash-lib {};
clashPrelude = callPackage ../development/libraries/haskell/clash-prelude {};
classyPrelude = callPackage ../development/libraries/haskell/classy-prelude {};