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

{ cabal }:

cabal.mkDerivation (self: {
  pname = "Vec";
  version = "1.0.5";
  sha256 = "0hyk553pdn72zc1i82njz3md8ycmzfiwi799y08qr3fg0i8r88zm";
  meta = {
    homepage = "http://github.net/sedillard/Vec";
    description = "Fixed-length lists and low-dimensional linear algebra";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})