Skip to content

Commit 4dc9d26

Browse files
bgamarifacundominguez
authored andcommitted
tests/Receive: Clean up a few redundant imports
1 parent ad922c6 commit 4dc9d26

File tree

1 file changed

+1
-4
lines changed
  • distributed-process-tests/src/Control/Distributed/Process/Tests

1 file changed

+1
-4
lines changed

distributed-process-tests/src/Control/Distributed/Process/Tests/Receive.hs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{-# LANGUAGE TemplateHaskell, DeriveDataTypeable #-}
1+
{-# LANGUAGE TemplateHaskell #-}
22
{-# OPTIONS_GHC -Wall #-}
33

44
-- | XXX test doesn't work, because failure exceptions don't get propagated. The
@@ -14,9 +14,6 @@ import Control.Distributed.Process.Closure
1414
import Control.Distributed.Process.Node
1515

1616
import Control.Monad
17-
import Text.Printf
18-
import Data.Binary
19-
import Data.Typeable
2017

2118
import Test.HUnit (Assertion, (@?=))
2219
import Test.Framework (Test, defaultMain)

0 commit comments

Comments
 (0)