Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Watson committed Jan 26, 2013
1 parent 96f28d3 commit be75b77
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions distributed-process/tests/TestStats.hs
Expand Up @@ -2,28 +2,28 @@
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Main where

import Prelude hiding (catch, log)
import Test.Framework
( Test
, defaultMain
, testGroup
import Control.Concurrent.MVar
( MVar
, newEmptyMVar
, putMVar
, takeMVar
)
import Network.Transport.TCP
import Control.Distributed.Process
import Control.Distributed.Process.Node
( forkProcess
, newLocalNode
, initRemoteTable
, closeLocalNode
, LocalNode)
import Control.Concurrent.MVar
( MVar
, newEmptyMVar
, putMVar
, takeMVar
)
import Data.Binary()
import Data.Typeable()
import Network.Transport.TCP
import Prelude hiding (catch, log)
import Test.Framework
( Test
, defaultMain
, testGroup
)
import Test.HUnit (Assertion)
import Test.HUnit.Base (assertBool)
import Test.Framework.Providers.HUnit (testCase)
Expand Down

0 comments on commit be75b77

Please sign in to comment.