haskell-web-routes-boomerang: update to version 0.28.1

This commit is contained in:
Peter Simons 2014-01-03 11:56:20 +01:00
parent c126096e46
commit 18914b931e
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "web-routes-boomerang";
version = "0.28.0";
sha256 = "1xp8p0fkwirrpssb9lnxl7fmlmrql28r2ywaa99gw9cdqxifzbbl";
version = "0.28.1";
sha256 = "1a655d73fr7b9k033wyqgc8waq7ii3s5rh0w3nkb1phxl9ldg0pi";
buildDepends = [ boomerang mtl parsec text webRoutes ];
meta = {
description = "Library for maintaining correctness and composability of URLs within an application";