Skip to content
Snippets Groups Projects
Commit 6f060b80 authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 1999-12-04 17:34:48 by panne]

fixIO versionitis
parent 509f4a67
No related merge requests found
......@@ -20,7 +20,9 @@ module RnMonad(
#include "HsVersions.h"
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 302
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 405
import IOExts ( fixIO )
#elif defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 302
import PrelIOBase ( fixIO ) -- Should be in GlaExts
#else
import IOBase ( fixIO )
......
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