~ubuntu-branches/ubuntu/trusty/haskell-text/trusty

« back to all changes in this revision

Viewing changes to benchmarks/haskell/Benchmarks/DecodeUtf8.hs

  • Committer: Package Import Robot
  • Author(s): Joachim Breitner
  • Date: 2013-05-27 15:29:56 UTC
  • mfrom: (4.2.2 sid)
  • Revision ID: package-import@ubuntu.com-20130527152956-2mj3ud1ahuv386b1
Tags: 0.11.3.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    ( benchmark
19
19
    ) where
20
20
 
21
 
import Foreign.C.Types (CInt, CSize)
 
21
import Foreign.C.Types
22
22
import Data.ByteString.Internal (ByteString(..))
23
23
import Foreign.Ptr (Ptr, plusPtr)
24
24
import Foreign.ForeignPtr (withForeignPtr)