diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-16 14:06:01 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-16 14:06:01 +0000 |
commit | 5acf074d61e270f906f6884ca964fd1de536dbb4 (patch) | |
tree | 87c164cbb7f2547b1ed5c377a3aadf7074d8dd8f | |
parent | 721f9cce8ee3cfbf002e8f39261509509aa53712 (diff) | |
download | haskell-5acf074d61e270f906f6884ca964fd1de536dbb4.tar.gz |
T4978: Follow changes in base
-rw-r--r-- | testsuite/tests/perf/should_run/T4978.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/perf/should_run/T4978.hs b/testsuite/tests/perf/should_run/T4978.hs index 6413b01fdc..b661edc483 100644 --- a/testsuite/tests/perf/should_run/T4978.hs +++ b/testsuite/tests/perf/should_run/T4978.hs @@ -6,6 +6,7 @@ import Data.ByteString.Internal (inlinePerformIO) import qualified Data.ByteString.Internal as S import Data.Monoid import Foreign +import System.IO.Unsafe newtype Builder = Builder { runBuilder :: (Buffer -> [S.ByteString]) -> Buffer -> [S.ByteString] |