summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/clash-prelude/default.nix
blob: b463b957e8777c083c056c6371c7a572fe8e3323 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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;
  };
})