X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Futils%2FDigraph.lhs;h=a341bdecbc1fc80fcd8322b495e90a572244c6e6;hp=2ed39332c65932111a1f20f532f1dac9b66fd2ae;hb=edc0bafd3fcd01b85a2e8894e5dfe149eb0e0857;hpb=4f37664780b85725ba3552b7de11c0e5e79d3fee;ds=sidebyside diff --git a/compiler/utils/Digraph.lhs b/compiler/utils/Digraph.lhs index 2ed3933..a341bde 100644 --- a/compiler/utils/Digraph.lhs +++ b/compiler/utils/Digraph.lhs @@ -50,12 +50,7 @@ import Control.Monad.ST import Data.Maybe import Data.Array import Data.List ( (\\) ) - -#if !defined(__GLASGOW_HASKELL__) || __GLASGOW_HASKELL__ > 604 import Data.Array.ST -#else -import Data.Array.ST hiding ( indices, bounds ) -#endif \end{code} %************************************************************************