text-1.2.4.1: src/Data/Text/Lazy/Internal.hs
{-# LANGUAGE BangPatterns, DeriveDataTypeable #-}
-- |
-- Module : Data.Text.Lazy.Internal
-- Copyright : (c) 2013 Bryan O'Sullivan
--
-- License : BSD-style
-- Maintainer : bos@serpentine.com
-- Stability : experimental
-- Portability : GHC
--
-- This module has been renamed to 'Data.Text.Internal.Lazy'. This
-- name for the module will be removed in the next major release.
module Data.Text.Lazy.Internal
{-# DEPRECATED "Use Data.Text.Internal.Lazy instead" #-}
(
module Data.Text.Internal.Lazy
) where
import Data.Text.Internal.Lazy