3
0
Fork 0
forked from mirrors/nixpkgs

haskell-yesod-routes: update to version 1.2.0.7

This commit is contained in:
Peter Simons 2014-07-28 12:19:06 +02:00
parent 4886d942b9
commit f74d211818

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "yesod-routes";
version = "1.2.0.6";
sha256 = "0hd2f2w9pb865fn9qijh3j73sc1x7gzd4c0q5mgjy9lh9hd4kzix";
version = "1.2.0.7";
sha256 = "00i2nysbhmxnq0dvfdjx6nhxy680ya38nx8gcgm13fv2xwdd2p6j";
buildDepends = [ pathPieces text vector ];
testDepends = [ hspec HUnit pathPieces text ];
meta = {