about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/GlomeVec/default.nix
blob: 4ca87d9bced27301417600508a822e1fb3fdb943 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{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];
  };
})