explicit-iomodes-text 0.1.0.5 → 0.1.0.6
raw patch · 1 files changed
+6/−4 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
explicit-iomodes-text.cabal view
@@ -1,5 +1,5 @@ name: explicit-iomodes-text-version: 0.1.0.5+version: 0.1.0.6 cabal-version: >=1.6 build-type: Simple license: BSD3@@ -7,18 +7,20 @@ 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: darcs- Location: http://code.haskell.org/~basvandijk/code/explicit-iomodes-text+ Type: git+ Location: git://github.com/basvandijk/explicit-iomodes-text.git Library GHC-Options: -Wall- build-depends: base >= 4 && < 4.4+ build-depends: base >= 4 && < 4.5 , text >= 0.7 && < 0.12 , explicit-iomodes >= 0.4 && < 0.7 exposed-modules: Data.Text.IO.ExplicitIOModes