haskell-yesod-routes: update to version 1.2.0.2

This commit is contained in:
Peter Simons 2013-12-09 13:03:25 +01:00
parent 7a7b9e515b
commit 91e2d2bf9b

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "yesod-routes"; pname = "yesod-routes";
version = "1.2.0.1"; version = "1.2.0.2";
sha256 = "0pp7g3ccd0swh1j62am1vg9r2gh65jcci5w2n4r42sqzfnql0i8z"; sha256 = "0mjffsz9rk401a86l10vcjfhvfd8jknzml86jb5kpk6ssvnah0n7";
buildDepends = [ pathPieces text vector ]; buildDepends = [ pathPieces text vector ];
testDepends = [ hspec HUnit pathPieces text ]; testDepends = [ hspec HUnit pathPieces text ];
meta = { meta = {