summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/netlist-to-vhdl/default.nix
blob: 6794ce4f37f64ce698f3f049c0e3a25f65d62144 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, netlist }:

cabal.mkDerivation (self: {
  pname = "netlist-to-vhdl";
  version = "0.3.1";
  sha256 = "15daik7l0pjqilya01l5rl84g2fyjwkap1md0nx82gxcp8m1v76k";
  buildDepends = [ netlist ];
  meta = {
    description = "Convert a Netlist AST to VHDL";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})