Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{ cabal }:
|
||||
{ cabal, Cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "storable-complex";
|
||||
version = "0.2.1";
|
||||
sha256 = "0dnxnsi7m5whwwki3fry6db6gyy5qzfz8jcj1fg3fhfyf4f9wpaz";
|
||||
buildDepends = [ Cabal ];
|
||||
meta = {
|
||||
description = "Storable instance for Complex";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user