X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Network%2FHTTP%2FLucu%2FUtils.hs;h=5dc1584683b5b23082cc3ae63cbd57ad293fe2e2;hb=854f6d1709d468f7e1bf0db2dcd2d30de6bd5f5e;hp=58da6f50c2612ac1e64e4d8366e17dfa21712f50;hpb=a44a96d95b5fcbaf24a21c0336046ce0c3bab614;p=Lucu.git diff --git a/Network/HTTP/Lucu/Utils.hs b/Network/HTTP/Lucu/Utils.hs index 58da6f5..5dc1584 100644 --- a/Network/HTTP/Lucu/Utils.hs +++ b/Network/HTTP/Lucu/Utils.hs @@ -13,6 +13,7 @@ import Data.Char import Data.List import Foreign import Foreign.C +import Network.URI splitBy :: (a -> Bool) -> [a] -> [[a]]