forked from mirrors/nixpkgs
17 lines
532 B
Nix
17 lines
532 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, dataDefault, thLift }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "clash-prelude";
|
|
version = "0.6.0.1";
|
|
sha256 = "0d929g7js15aagd1pa2lfbhd1yiykd0ngp6fv522yhy1yyijn1l7";
|
|
buildDepends = [ dataDefault thLift ];
|
|
meta = {
|
|
homepage = "http://christiaanb.github.io/clash2/";
|
|
description = "CAES Language for Synchronous Hardware - Prelude library";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|