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

« back to all changes in this revision

Viewing changes to Data/Text/Lazy/IO.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:
1
1
{-# LANGUAGE BangPatterns, CPP, RecordWildCards #-}
 
2
#if __GLASGOW_HASKELL__ >= 702
 
3
{-# LANGUAGE Trustworthy #-}
 
4
#endif
2
5
-- |
3
6
-- Module      : Data.Text.Lazy.IO
4
7
-- Copyright   : (c) 2009, 2010 Bryan O'Sullivan,