explicit-iomodes-text 0.1.0.6 → 0.1.0.7
raw patch · 3 files changed
+12/−4 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Data/Text/IO/ExplicitIOModes.hs +5/−1
- Data/Text/Lazy/IO/ExplicitIOModes.hs +5/−1
- explicit-iomodes-text.cabal +2/−2
Data/Text/IO/ExplicitIOModes.hs view
@@ -1,4 +1,8 @@-{-# LANGUAGE UnicodeSyntax, NoImplicitPrelude #-}+{-# LANGUAGE CPP, UnicodeSyntax, NoImplicitPrelude #-}++#if __GLASGOW_HASKELL__ >= 704+{-# LANGUAGE Trustworthy #-}+#endif ------------------------------------------------------------------------------- -- |
Data/Text/Lazy/IO/ExplicitIOModes.hs view
@@ -1,4 +1,8 @@-{-# LANGUAGE UnicodeSyntax, NoImplicitPrelude #-}+{-# LANGUAGE CPP, UnicodeSyntax, NoImplicitPrelude #-}++#if __GLASGOW_HASKELL__ >= 704+{-# LANGUAGE Trustworthy #-}+#endif ------------------------------------------------------------------------------- -- |
explicit-iomodes-text.cabal view
@@ -1,5 +1,5 @@ name: explicit-iomodes-text-version: 0.1.0.6+version: 0.1.0.7 cabal-version: >=1.6 build-type: Simple license: BSD3@@ -20,7 +20,7 @@ Library GHC-Options: -Wall- build-depends: base >= 4 && < 4.5+ build-depends: base >= 4 && < 4.6 , text >= 0.7 && < 0.12 , explicit-iomodes >= 0.4 && < 0.7 exposed-modules: Data.Text.IO.ExplicitIOModes