1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/tuple/default.nix
2014-09-14 00:06:39 +02:00

16 lines
419 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, OneTuple }:
cabal.mkDerivation (self: {
pname = "tuple";
version = "0.3.0.2";
sha256 = "094nx29aahyrvbcn7yca9zs2a5rxz1is7510w1q43rpvza7hdjrg";
buildDepends = [ OneTuple ];
meta = {
description = "Various functions on tuples";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})