1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-digestive-functors-heist: update to version 0.6.2.1

This commit is contained in:
Peter Simons 2013-05-25 11:31:00 +02:00
parent 7ef3aea921
commit 30fc3b8d73

View file

@ -3,8 +3,8 @@
cabal.mkDerivation (self: {
pname = "digestive-functors-heist";
version = "0.6.2.0";
sha256 = "03wxdmgwc6qialwhp5zdj3s3a8a8yz6vswfgryjx4izaaq7pdhl1";
version = "0.6.2.1";
sha256 = "1hs1qiaakxgv1lyd74cahqphrpqch1wayx0c9zpgjja3bnwjcj8n";
buildDepends = [
blazeBuilder digestiveFunctors heist mtl text xmlhtml
];