X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Network%2FHTTP%2FLucu%2FSocketLike.hs;h=915f32376eb17a3ae6a57eef443648698bc4d63b;hb=70bf5bd248aa426ca4e410b3fb9a0529354aedaf;hp=b99811f3bba095f5fc6a586f7b5a00bb2750c23d;hpb=07b641d6c0a4ba07a07ede4d746dfb08a5ed0730;p=Lucu.git diff --git a/Network/HTTP/Lucu/SocketLike.hs b/Network/HTTP/Lucu/SocketLike.hs index b99811f..915f323 100644 --- a/Network/HTTP/Lucu/SocketLike.hs +++ b/Network/HTTP/Lucu/SocketLike.hs @@ -1,3 +1,9 @@ +{-# LANGUAGE + FlexibleContexts + , FlexibleInstances + , TypeFamilies + , UnicodeSyntax + #-} module Network.HTTP.Lucu.SocketLike ( SocketLike(..) )