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

[project @ 1997-06-05 21:03:17 by sof]

import updates
parent 8c006b06
No related merge requests found
...@@ -29,7 +29,11 @@ module DsUtils ( ...@@ -29,7 +29,11 @@ module DsUtils (
) where ) where
IMP_Ubiq() IMP_Ubiq()
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
IMPORT_DELOOPER(DsLoop) ( match, matchSimply ) IMPORT_DELOOPER(DsLoop) ( match, matchSimply )
#else
import {-# SOURCE #-} Match (match, matchSimply )
#endif
import HsSyn ( HsExpr(..), OutPat(..), HsLit(..), Fixity, import HsSyn ( HsExpr(..), OutPat(..), HsLit(..), Fixity,
Match, HsBinds, Stmt, DoOrListComp, HsType, ArithSeqInfo ) Match, HsBinds, Stmt, DoOrListComp, HsType, ArithSeqInfo )
......
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