summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/AC-Vector/default.nix
blob: 6693daef619b4e3ec5d21ca786affa21093492d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal }:

cabal.mkDerivation (self: {
  pname = "AC-Vector";
  version = "2.3.2";
  sha256 = "04ahf6ldfhvzbml9xd6yplygn8ih7b8zz7cw03hkr053g5kzylay";
  meta = {
    description = "Efficient geometric vectors and transformations";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})