Skip to content

Commit b51f269

Browse files
committed
Fix warning
1 parent 0ae60cd commit b51f269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Node/ChildProcess.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import Unsafe.Coerce (unsafeCoerce)
4141
import Node.FS as FS
4242
import Node.Buffer (Buffer())
4343
import Node.Stream (Readable(), Writable(), Stream())
44-
import Node.ChildProcess.Signal (Signal(..))
44+
import Node.ChildProcess.Signal (Signal())
4545

4646
-- | A handle for inter-process communication (IPC).
4747
foreign import data Handle :: *

0 commit comments

Comments
 (0)