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/tables/default.nix

26 lines
845 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, binary, cereal, comonad, deepseq, doctest, filepath
, hashable, lens, profunctors, safecopy, transformers
, transformersCompat, unorderedContainers
}:
cabal.mkDerivation (self: {
pname = "tables";
version = "0.4.1";
sha256 = "131c97lgni0b9pmkdfd5y0lwrb9yh9qyahknhrim8dzpkkfynk49";
buildDepends = [
binary cereal comonad deepseq hashable lens profunctors safecopy
transformers transformersCompat unorderedContainers
];
testDepends = [
doctest filepath lens transformers unorderedContainers
];
meta = {
homepage = "http://github.com/ekmett/tables/";
description = "In-memory storage with multiple keys using lenses and traversals";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})