forked from mirrors/nixpkgs
storable-complex: updated to version 0.2.1
svn path=/nixpkgs/trunk/; revision=28235
This commit is contained in:
parent
8569a4b220
commit
e067db327a
1 changed files with 6 additions and 4 deletions
|
@ -1,11 +1,13 @@
|
||||||
{cabal}:
|
{cabal} :
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "storable-complex";
|
pname = "storable-complex";
|
||||||
version = "0.2";
|
version = "0.2.1";
|
||||||
sha256 = "4e0e48e641d415b8e549ca3db84468ae18fc74aa3e9848674c48a9024635b8bb";
|
sha256 = "0dnxnsi7m5whwwki3fry6db6gyy5qzfz8jcj1fg3fhfyf4f9wpaz";
|
||||||
meta = {
|
meta = {
|
||||||
description = "Storable instance for Complex";
|
description = "Storable instance for Complex";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue