Skip to content
Snippets Groups Projects
Commit 7b6f6507 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Build fix for GHC 7.0

parent ad3141f1
No related merge requests found
...@@ -55,7 +55,7 @@ import TysWiredIn ( eqTyConName ) ...@@ -55,7 +55,7 @@ import TysWiredIn ( eqTyConName )
import Fingerprint import Fingerprint
import Binary import Binary
import System.IO.Unsafe import GHC.IO (unsafeDupablePerformIO)
infixl 3 &&& infixl 3 &&&
\end{code} \end{code}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment