nixpkgs/pkgs/development/libraries/haskell/servant-postgresql/default.nix
2014-08-27 18:34:56 +02:00

19 lines
634 B
Nix

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