haskell-esqueleto: update to version 1.4.1.3
This commit is contained in:
parent
5946181ebb
commit
6c975bfbda
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "esqueleto";
|
pname = "esqueleto";
|
||||||
version = "1.4.1.2";
|
version = "1.4.1.3";
|
||||||
sha256 = "1qny5c0xy2vdsl4qmgqr83jxqw1r68r81xhmx236rhxcffs9yvw2";
|
sha256 = "0n2h1ymyr92a3qaadiff3xxwdxdc8l92kfbag8rh27gi736w28y4";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
conduit monadLogger persistent resourcet tagged text transformers
|
conduit monadLogger persistent resourcet tagged text transformers
|
||||||
unorderedContainers
|
unorderedContainers
|
||||||
@ -17,7 +17,7 @@ cabal.mkDerivation (self: {
|
|||||||
transformers
|
transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/meteficha/esqueleto";
|
homepage = "https://github.com/prowdsponsor/esqueleto";
|
||||||
description = "Type-safe EDSL for SQL queries on persistent backends";
|
description = "Type-safe EDSL for SQL queries on persistent backends";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user