nixpkgs/pkgs/development/libraries/haskell/storable-complex/default.nix
Peter Simons e067db327a storable-complex: updated to version 0.2.1
svn path=/nixpkgs/trunk/; revision=28235
2011-08-07 18:22:32 +00:00

14 lines
391 B
Nix

{cabal} :
cabal.mkDerivation (self : {
pname = "storable-complex";
version = "0.2.1";
sha256 = "0dnxnsi7m5whwwki3fry6db6gyy5qzfz8jcj1fg3fhfyf4f9wpaz";
meta = {
description = "Storable instance for Complex";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.stdenv.lib.platforms.haskellPlatforms;
maintainers = [ self.stdenv.lib.maintainers.simons ];
};
})