Commit 03ce2504 authored by Edward Tjörnhammar's avatar Edward Tjörnhammar

Hide ClassyPrelude 0.10.* readChan and writeChan

parent 121be952
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
module Main where module Main where
-- Prelude imports. -- Prelude imports.
import ClassyPrelude hiding (last, liftIO) import ClassyPrelude hiding (last, liftIO, readChan, writeChan)
import Prelude (last, read) import Prelude (last, read)
-- Standard library imports. -- Standard library imports.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment