pipes-transduce 0.3.2.0 → 0.3.3.0
raw patch · 3 files changed
+7/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG +5/−0
- pipes-transduce.cabal +1/−1
- src/Pipes/Transduce/Text.hs +1/−0
CHANGELOG view
@@ -1,3 +1,8 @@+0.3.3.0+=======++- Made it compile in GHC 7.8.4.+ 0.3.2.0 =======
pipes-transduce.cabal view
@@ -1,5 +1,5 @@ Name: pipes-transduce-Version: 0.3.2.0+Version: 0.3.3.0 Cabal-Version: >=1.8.0.2 Build-Type: Simple License: BSD3
src/Pipes/Transduce/Text.hs view
@@ -24,6 +24,7 @@ import Data.Text.Encoding.Error (UnicodeException(..)) import qualified Control.Foldl as Foldl import Control.Exception+import Control.Applicative import Control.Monad import Control.Monad.Trans.Class import Control.Monad.Trans.Except