X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Futils%2FDigraph.lhs;h=8fda332286c8fa51233f63aadac77c51ea7447f8;hp=c49087c8f3ca7f4e47d8b7551187009eaa50981f;hb=9da4639011348fb6c318e3cba4b08622f811d9c4;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1 diff --git a/compiler/utils/Digraph.lhs b/compiler/utils/Digraph.lhs index c49087c..8fda332 100644 --- a/compiler/utils/Digraph.lhs +++ b/compiler/utils/Digraph.lhs @@ -44,7 +44,9 @@ import Array import List import Outputable -#if __GLASGOW_HASKELL__ >= 504 +#if __GLASGOW_HASKELL__ > 604 +import Data.Array.ST +#elif __GLASGOW_HASKELL__ >= 504 import Data.Array.ST hiding ( indices, bounds ) #else import ST