Skip to content
Snippets Groups Projects
Commit 868098cd authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-05-12 12:44:09 by rrt]

Upped minimum version of GHC required to use new PrelAddr to 405.
parent 9f0b4b75
No related merge requests found
......@@ -37,7 +37,7 @@ import PrelAddr ( wordToInt )
import Word ( Word64 )
import Outputable
#if __GLASGOW_HASKELL__ > 404
#if __GLASGOW_HASKELL__ > 405
import PrelAddr ( intToWord )
#else
import PrelAddr ( Word(..) )
......
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