Skip to content
Snippets Groups Projects
Commit 57b6c494 authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Fix warning on 7.10

parent 4a4964a6
No related merge requests found
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE CPP, BangPatterns #-}
-----------------------------------------------------------------------------
-- | Separate module for HTTP actions, using a proxy server if one exists
-----------------------------------------------------------------------------
......@@ -22,7 +22,9 @@ import Network.URI
import Network.Browser
( browse, setOutHandler, setErrHandler, setProxy
, setAuthorityGen, request, setAllowBasicAuth, setUserAgent )
#if !MIN_VERSION_base(4,8,0)
import Control.Applicative
#endif
import qualified Control.Exception as Exception
import Control.Monad
( when, guard )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment