Commit 7c06cf47 authored by Greg Weber's avatar Greg Weber

fix name clash with latest classy-prelude

parent dee42d62
......@@ -15,7 +15,7 @@ module IHaskell.Display (
Widget(..),
) where
import ClassyPrelude
import ClassyPrelude hiding (atomically) -- a lifted version
import Data.Serialize as Serialize
import Data.ByteString hiding (map, pack)
import Data.String.Utils (rstrip)
......
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