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

{ cabal, aeson, filepath, hashable, HUnit, text, time
, unorderedContainers, vector
}:

cabal.mkDerivation (self: {
  pname = "haxl";
  version = "0.1.0.0";
  sha256 = "1spkcvsy0p3ksxapaz93db09y2jsswr5k6qs6cvxmwxxhbnswv36";
  buildDepends = [
    aeson filepath hashable HUnit text time unorderedContainers vector
  ];
  testDepends = [ aeson hashable HUnit text unorderedContainers ];
  meta = {
    homepage = "https://github.com/facebook/Haxl";
    description = "A Haskell library for efficient, concurrent, and concise data access";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})