haskell-yesod-routes: update to version 1.2.0.5

This commit is contained in:
Peter Simons 2013-12-26 20:37:04 +01:00
parent c6653e4564
commit 08884ea8e5

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "yesod-routes"; pname = "yesod-routes";
version = "1.2.0.4"; version = "1.2.0.5";
sha256 = "1c3fpfvcdx8ijvjxxfjwld5zl6x4xl2587a8gdj2qmsr94f8lgb9"; sha256 = "0150plfdd9x70sc6zzy66lv9vbla7p9bx06yi6vlqkfvzsrx2cx7";
buildDepends = [ pathPieces text vector ]; buildDepends = [ pathPieces text vector ];
testDepends = [ hspec HUnit pathPieces text ]; testDepends = [ hspec HUnit pathPieces text ];
meta = { meta = {