X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FDigraph.lhs;h=8fda332286c8fa51233f63aadac77c51ea7447f8;hb=1525a5819aa3a6eae8d8b05cfe348a2384da0c84;hp=c49087c8f3ca7f4e47d8b7551187009eaa50981f;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git 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