packages feed

extra-1.8.1: src/Text/Read/Extra.hs

-- | This module provides "Text.Read" with functions added in later versions.
--
--   Currently this module has no functionality beyond "Text.Read".
module Text.Read.Extra {-# DEPRECATED "Use Text.Read directly" #-} (
    module Text.Read,
    ) where

import Text.Read