yesod/yesod-routes
Michael Snoyman e23c78f2ce Better overlap rules #779
We now have the concept that either an entire route is overlap checked
or not. This is essentially what we had before, except there was code
littered everywhere on the mistaken assumption that just one component
could be overlap checked. This also allows us to mark parent routes or
multipiece components as non-overlapped checked.

In addition, if you put a bang at the beginning of the pattern, the
entire route is not overlap checked. The previous syntax is kept for
backwards compatibility.
2014-07-23 12:40:24 +03:00
..
bench Add some yesod-routes benchmarks 2014-03-04 14:09:12 +02:00
test Better overlap rules #779 2014-07-23 12:40:24 +03:00
Yesod/Routes Better overlap rules #779 2014-07-23 12:40:24 +03:00
LICENSE Update license with MIT license 2012-04-29 09:38:45 +03:00
Setup.lhs Initial yesod-routes, doesn't do much yet 2012-01-03 08:33:44 +02:00
yesod-routes.cabal Workaround for some meaningless warnings 2014-04-09 21:34:36 +03:00