about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pipes-postgresql-simple/default.nix
blob: 61440c534a8e7f460946e38477ee18f298b57f0e (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, async, exceptions, mtl, pipes, pipesConcurrency, pipesSafe
, postgresqlSimple, stm, text, transformers
}:

cabal.mkDerivation (self: {
  pname = "pipes-postgresql-simple";
  version = "0.1.2.0";
  sha256 = "12ij2msdwjzzc93mlvvizh6amam5ld9j1a0b9xsa2awdjd21mwc1";
  buildDepends = [
    async exceptions mtl pipes pipesConcurrency pipesSafe
    postgresqlSimple stm text transformers
  ];
  meta = {
    description = "Convert various postgresql-simple calls to work with pipes";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.ocharles ];
  };
})