Skip to content
Snippets Groups Projects
Commit d95b51ec authored by sof's avatar sof
Browse files

[project @ 1997-09-03 23:50:11 by sof]

Use PackBase if possible
parent 2623fab8
No related merge requests found
......@@ -75,6 +75,9 @@ import Char (isDigit)
# if __GLASGOW_HASKELL__ == 202
import PrelBase ( Char(..) )
# endif
# if __GLASGOW_HASKELL__ >= 206
import PackBase
# endif
#endif
import PrimPacked
import FastString
......
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