explicit-iomodes-bytestring 0.2 → 0.2.0.1
raw patch · 5 files changed
+21/−5 lines, 5 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Data/ByteString/Char8/ExplicitIOModes.hs +5/−1
- Data/ByteString/ExplicitIOModes.hs +4/−0
- Data/ByteString/Lazy/Char8/ExplicitIOModes.hs +5/−1
- Data/ByteString/Lazy/ExplicitIOModes.hs +5/−1
- explicit-iomodes-bytestring.cabal +2/−2
Data/ByteString/Char8/ExplicitIOModes.hs view
@@ -1,4 +1,8 @@-{-# LANGUAGE UnicodeSyntax, NoImplicitPrelude #-}+{-# LANGUAGE CPP, UnicodeSyntax, NoImplicitPrelude #-}++#if __GLASGOW_HASKELL__ >= 704+{-# LANGUAGE Trustworthy #-}+#endif ------------------------------------------------------------------------------- -- |
Data/ByteString/ExplicitIOModes.hs view
@@ -1,5 +1,9 @@ {-# LANGUAGE CPP, UnicodeSyntax, NoImplicitPrelude #-} +#if __GLASGOW_HASKELL__ >= 704+{-# LANGUAGE Trustworthy #-}+#endif+ ------------------------------------------------------------------------------- -- | -- Module : Data.ByteString.ExplicitIOModes
Data/ByteString/Lazy/Char8/ExplicitIOModes.hs view
@@ -1,4 +1,8 @@-{-# LANGUAGE UnicodeSyntax, NoImplicitPrelude #-}+{-# LANGUAGE CPP, UnicodeSyntax, NoImplicitPrelude #-}++#if __GLASGOW_HASKELL__ >= 704+{-# LANGUAGE Trustworthy #-}+#endif ------------------------------------------------------------------------------- -- |
Data/ByteString/Lazy/ExplicitIOModes.hs view
@@ -1,4 +1,8 @@-{-# LANGUAGE UnicodeSyntax, NoImplicitPrelude #-}+{-# LANGUAGE CPP, UnicodeSyntax, NoImplicitPrelude #-}++#if __GLASGOW_HASKELL__ >= 704+{-# LANGUAGE Trustworthy #-}+#endif ------------------------------------------------------------------------------- -- |
explicit-iomodes-bytestring.cabal view
@@ -1,5 +1,5 @@ name: explicit-iomodes-bytestring-version: 0.2+version: 0.2.0.1 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 , bytestring >= 0.9 && < 0.10 , explicit-iomodes >= 0.4 && < 0.7 exposed-modules: Data.ByteString.ExplicitIOModes