3
0
Fork 0
forked from mirrors/nixpkgs

haskell-postgresql-simple: update to version 0.4.4.1

This commit is contained in:
Peter Simons 2014-09-11 18:09:56 +02:00
parent 082aca60ad
commit 3e863fcb4a

View file

@ -7,8 +7,8 @@
cabal.mkDerivation (self: {
pname = "postgresql-simple";
version = "0.4.4.0";
sha256 = "1rx0rcafiicdv4qbf68dbsfqwiayrl7205dm0c5bdjlvszv576r7";
version = "0.4.4.1";
sha256 = "0lqvy8nc2izwlv7z0n12cknsrb2dkmla84bvjis5z9f63ngs2580";
buildDepends = [
aeson attoparsec blazeBuilder blazeTextual hashable postgresqlLibpq
scientific text time transformers uuid vector