haskell-file-location: update to version 0.4.5.3

This commit is contained in:
Peter Simons 2014-09-10 20:39:57 +02:00
parent bb933868de
commit c1642c5cb7

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "file-location";
version = "0.4.5.2";
sha256 = "0dyzf2lhh0n4hwbh44qfh6bw9snl4hha9sv76c4ndi7v1rvnx197";
version = "0.4.5.3";
sha256 = "0d1iqhdac1gcag1d7ch9ia4fm97jpp31m46b794z90bmm6nr29h9";
buildDepends = [ liftedBase transformers ];
testDepends = [ liftedBase transformers ];
meta = {