1{-# LANGUAGE BangPatterns, DeriveDataTypeable #-}
2-- |
3-- Module      : Data.Text.Lazy.Internal
4-- Copyright   : (c) 2013 Bryan O'Sullivan
5--
6-- License     : BSD-style
7-- Maintainer  : bos@serpentine.com
8-- Stability   : experimental
9-- Portability : GHC
10--
11-- This module has been renamed to 'Data.Text.Internal.Lazy'. This
12-- name for the module will be removed in the next major release.
13
14module Data.Text.Lazy.Internal
15    {-# DEPRECATED "Use Data.Text.Internal.Lazy instead" #-}
16    (
17      module Data.Text.Internal.Lazy
18    ) where
19
20import Data.Text.Internal.Lazy
21