X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Network%2FHTTP%2FLucu%2FDispatcher.hs;h=7b0c84003a2c84c14b67184b05a75b3b4dbc55d5;hb=e30ad424d38d9406a8cede15b2fb730bc138ce64;hp=67838b03be91987b6e31d34b56039f4efca81141;hpb=ff68f4a2426b044441bf6a8b966c4fedd89af6ad;p=Lucu.git diff --git a/Network/HTTP/Lucu/Dispatcher.hs b/Network/HTTP/Lucu/Dispatcher.hs index 67838b0..7b0c840 100644 --- a/Network/HTTP/Lucu/Dispatcher.hs +++ b/Network/HTTP/Lucu/Dispatcher.hs @@ -8,6 +8,8 @@ module Network.HTTP.Lucu.Dispatcher , ResourceMap , ResourceTree , ResourceNode + , greedy + , nonGreedy ) where import Network.HTTP.Lucu.Dispatcher.Internal