nixpkgs/pkgs/development/libraries/haskell/GlomeVec/default.nix

14 lines
304 B
Nix
Raw Normal View History

{cabal}:
cabal.mkDerivation (self : {
pname = "GlomeVec";
version = "0.1.2";
sha256 = "6023c11977bf16baf487235087e94f5a2f465e8403b8e40ab513e7879dd52639";
meta = {
description = "Simple 3D vector library";
license = "GPL";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})