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

{ cabal, postgresqlSimple, servant, servantPool, servantResponse }:

cabal.mkDerivation (self: {
  pname = "servant-postgresql";
  version = "0.1";
  sha256 = "1svy1v6sl5pq0zs8ms4qf7wn6zar63bqmfiyfqgz84ryli0wxrhj";
  buildDepends = [
    postgresqlSimple servant servantPool servantResponse
  ];
  meta = {
    homepage = "http://github.com/zalora/servant-postgresql";
    description = "Useful functions and instances for using servant with a PostgreSQL context";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})