Skip to content

Commit 07aa956

Browse files
committed
Tidy up
1 parent 8e0e848 commit 07aa956

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

src/Data/Proxy.purs

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/Network/HTTP/Affjax.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import Control.Monad.Eff.Exception (Error(), error)
1818
import Data.Either (Either(..))
1919
import Data.Foreign (Foreign(..), F())
2020
import Data.Function (Fn4(), runFn4)
21-
import Data.Options (Option(), Options(), IsOption, options, (:=), opt)
21+
import Data.Options (Option(), Options(), options, (:=), opt)
2222
import Network.HTTP.Affjax.Request
2323
import Network.HTTP.Affjax.Response
2424
import Network.HTTP.Affjax.ResponseType

src/Network/HTTP/Affjax/Request.purs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ module Network.HTTP.Affjax.Request
33
, Requestable, toContent
44
) where
55

6-
import Data.Options (Option(), Options(), IsOption, optionFn, (:=))
6+
import Data.Options (Option(), Options(), IsOption, (:=))
77
import DOM (Document())
88
import DOM.File (Blob())
99
import DOM.XHR (FormData())
10-
import Network.HTTP.MimeType (MimeType())
1110
import qualified Data.ArrayBuffer.Types as A
1211

1312
-- | Type representing all content types that be sent via XHR (ArrayBufferView,

0 commit comments

Comments
 (0)