Skip to content

Commit

Permalink
Fix implicit imports to be explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Mar 22, 2019
1 parent a041767 commit a92d273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions test/integration/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import Data.Text
import Network.HTTP.Client
( Manager, Request, Response, defaultManagerSettings, newManager )
import Network.HTTP.Types.Status
( status200, status404, status405 )
import Prelude
import System.Process
( proc, withCreateProcess )
Expand Down
4 changes: 2 additions & 2 deletions test/integration/Test/Integration/Framework/DSL.hs
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ import Language.Haskell.TH.Quote
import Network.HTTP.Client
( Manager, Request, Response, responseStatus )
import Network.HTTP.Types.Status

( Status)
import Test.Hspec.Core.Spec
( SpecM, it, xit )
import qualified Test.Hspec.Core.Spec as H
import Test.Hspec.Expectations.Lifted

( shouldBe )

import Test.Integration.Framework.Request
( RequestException (..)
Expand Down

0 comments on commit a92d273

Please sign in to comment.