haskell-postgresql-simple: update to version 0.4.8.0
This commit is contained in:
parent
4f51f719d5
commit
a29471f74e
|
@ -1,17 +1,18 @@
|
||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, attoparsec, base16Bytestring, blazeBuilder
|
{ cabal, aeson, attoparsec, base16Bytestring, blazeBuilder
|
||||||
, blazeTextual, cryptohash, hashable, HUnit, postgresqlLibpq
|
, blazeTextual, caseInsensitive, cryptohash, hashable, HUnit
|
||||||
, scientific, text, time, transformers, uuid, vector
|
, postgresqlLibpq, scientific, text, time, transformers, uuid
|
||||||
|
, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "postgresql-simple";
|
pname = "postgresql-simple";
|
||||||
version = "0.4.7.0";
|
version = "0.4.8.0";
|
||||||
sha256 = "17cs5f7pfh30y2n8b3w76v832sd5z9m5xswpfa5w6r2vf18xpkqs";
|
sha256 = "09mflczxjm7a8nixi4a989nq1ijhpikl4j9kqvzcpmfgb8sx38nm";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec blazeBuilder blazeTextual hashable postgresqlLibpq
|
aeson attoparsec blazeBuilder blazeTextual caseInsensitive hashable
|
||||||
scientific text time transformers uuid vector
|
postgresqlLibpq scientific text time transformers uuid vector
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson base16Bytestring cryptohash HUnit text time vector
|
aeson base16Bytestring cryptohash HUnit text time vector
|
||||||
|
|
Loading…
Reference in New Issue