We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad922c6 commit 4dc9d26Copy full SHA for 4dc9d26
distributed-process-tests/src/Control/Distributed/Process/Tests/Receive.hs
@@ -1,4 +1,4 @@
1
-{-# LANGUAGE TemplateHaskell, DeriveDataTypeable #-}
+{-# LANGUAGE TemplateHaskell #-}
2
{-# OPTIONS_GHC -Wall #-}
3
4
-- | XXX test doesn't work, because failure exceptions don't get propagated. The
@@ -14,9 +14,6 @@ import Control.Distributed.Process.Closure
14
import Control.Distributed.Process.Node
15
16
import Control.Monad
17
-import Text.Printf
18
-import Data.Binary
19
-import Data.Typeable
20
21
import Test.HUnit (Assertion, (@?=))
22
import Test.Framework (Test, defaultMain)
0 commit comments