haskell-postgresql-simple: update to version 0.4.8.0

This commit is contained in:
Peter Simons 2014-12-12 09:50:35 +01:00
parent 4f51f719d5
commit a29471f74e

View File

@ -1,17 +1,18 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, attoparsec, base16Bytestring, blazeBuilder
, blazeTextual, cryptohash, hashable, HUnit, postgresqlLibpq
, scientific, text, time, transformers, uuid, vector
, blazeTextual, caseInsensitive, cryptohash, hashable, HUnit
, postgresqlLibpq, scientific, text, time, transformers, uuid
, vector
}:
cabal.mkDerivation (self: {
pname = "postgresql-simple";
version = "0.4.7.0";
sha256 = "17cs5f7pfh30y2n8b3w76v832sd5z9m5xswpfa5w6r2vf18xpkqs";
version = "0.4.8.0";
sha256 = "09mflczxjm7a8nixi4a989nq1ijhpikl4j9kqvzcpmfgb8sx38nm";
buildDepends = [
aeson attoparsec blazeBuilder blazeTextual hashable postgresqlLibpq
scientific text time transformers uuid vector
aeson attoparsec blazeBuilder blazeTextual caseInsensitive hashable
postgresqlLibpq scientific text time transformers uuid vector
];
testDepends = [
aeson base16Bytestring cryptohash HUnit text time vector