summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/tables/default.nix
blob: b8159a777d49c1c9f640664c86a6b10bec2a4383 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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;
    maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
  };
})