diff options
| author | Daniel Fischer <daniel.is.fischer@googlemail.com> | 2011-08-03 16:14:30 +0200 |
|---|---|---|
| committer | Daniel Fischer <daniel.is.fischer@googlemail.com> | 2011-08-03 16:14:30 +0200 |
| commit | d6a1379c09863dbd7a86bcffad21e7e1f2ee4e36 (patch) | |
| tree | 8febcaf7ecc8cb8499c87604c9a350e33bfcb972 /testsuite/tests/ghc-api/T4891 | |
| parent | d7bc712d11ee6e90dd48fd8e148895c8d9ca39ea (diff) | |
| download | haskell-d6a1379c09863dbd7a86bcffad21e7e1f2ee4e36.tar.gz | |
We now need DebuggerUtils for dataConInfoPtrToName
Diffstat (limited to 'testsuite/tests/ghc-api/T4891')
| -rw-r--r-- | testsuite/tests/ghc-api/T4891/T4891.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-api/T4891/T4891.hs b/testsuite/tests/ghc-api/T4891/T4891.hs index 977f854e19..8d8da5aa5d 100644 --- a/testsuite/tests/ghc-api/T4891/T4891.hs +++ b/testsuite/tests/ghc-api/T4891/T4891.hs @@ -5,6 +5,7 @@ import ByteCodeLink import CoreMonad import Data.Array import DataCon +import DebuggerUtils import GHC import HscTypes import Linker |
