12 lines
238 B
Nix
12 lines
238 B
Nix
|
{cabal}:
|
||
|
|
||
|
cabal.mkDerivation (self : {
|
||
|
pname = "storable-complex";
|
||
|
version = "0.2";
|
||
|
sha256 = "4e0e48e641d415b8e549ca3db84468ae18fc74aa3e9848674c48a9024635b8bb";
|
||
|
meta = {
|
||
|
description = "Storable instance for Complex";
|
||
|
};
|
||
|
})
|
||
|
|