name: explicit-iomodes-text
version: 0.1.0.8
cabal-version: >=1.6
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: 2010 Bas van Dijk
author: Bas van Dijk
maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
homepage: https://github.com/basvandijk/explicit-iomodes-text/
bug-reports: https://github.com/basvandijk/explicit-iomodes-text/issues
stability: experimental
category: System
synopsis: Extends explicit-iomodes with Text operations
description: Extends @explicit-iomodes@ with @Text@ operations
source-repository head
Type: git
Location: git://github.com/basvandijk/explicit-iomodes-text.git
Library
GHC-Options: -Wall
build-depends: base >= 4 && < 4.7
, text >= 0.7 && < 0.12
, explicit-iomodes >= 0.4 && < 0.7
exposed-modules: Data.Text.IO.ExplicitIOModes
Data.Text.Lazy.IO.ExplicitIOModes