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

{ cabal, resourcePool, servant, time }:

cabal.mkDerivation (self: {
  pname = "servant-pool";
  version = "0.1";
  sha256 = "0if4lxb0fpdd4lnkz9j7z6vhjbrcc80pvz9jb6sdb9p6sbbgqf69";
  buildDepends = [ resourcePool servant time ];
  meta = {
    homepage = "http://github.com/zalora/servant-pool";
    description = "Utility functions for creating servant 'Context's with \"context/connection pooling\" support";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})