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

{ cabal, exceptions, hashable, stm, time, transformers, vector }:

cabal.mkDerivation (self: {
  pname = "ex-pool";
  version = "0.2";
  sha256 = "0da5grl2fdca24zhlngq2n16smdb4f5vvxqzc29ipsc3j7wkbmva";
  buildDepends = [
    exceptions hashable stm time transformers vector
  ];
  meta = {
    homepage = "https://github.com/kim/ex-pool";
    description = "Another fork of resource-pool, with a MonadIO and MonadCatch constraint";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})