haskell-postgresql-simple: update to version 0.3.9.1
This commit is contained in:
parent
7399dba217
commit
4bf277e39b
@ -1,15 +1,15 @@
|
|||||||
{ cabal, aeson, attoparsec, base16Bytestring, blazeBuilder
|
{ cabal, aeson, attoparsec, base16Bytestring, blazeBuilder
|
||||||
, blazeTextual, cryptohash, HUnit, postgresqlLibpq, text, time
|
, blazeTextual, cryptohash, HUnit, postgresqlLibpq, text, time
|
||||||
, transformers, vector
|
, transformers, uuid, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "postgresql-simple";
|
pname = "postgresql-simple";
|
||||||
version = "0.3.8.0";
|
version = "0.3.9.1";
|
||||||
sha256 = "1p1cxp7mjrxyxxqrq2skm3kqrnmb3k6fb8kwr2aj9cnbqfhwl1qf";
|
sha256 = "0byzlmcbwlycvlk35w0gdp5x7860jcc589ypbdx0vm08aq5vz87v";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec blazeBuilder blazeTextual postgresqlLibpq text
|
aeson attoparsec blazeBuilder blazeTextual postgresqlLibpq text
|
||||||
time transformers vector
|
time transformers uuid vector
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
base16Bytestring cryptohash HUnit text time vector
|
base16Bytestring cryptohash HUnit text time vector
|
||||||
|
Loading…
x
Reference in New Issue
Block a user