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/servant-pool/default.nix
2014-08-27 18:34:56 +02:00

17 lines
580 B
Nix

# 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;
};
})