intro 0.5.0.0 → 0.5.1.0
raw patch · 2 files changed
+4/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Intro: takeWhileEnd :: () => a -> Bool -> [a] -> [a]
Files
- intro.cabal +3/−3
- src/Intro.hs +1/−0
intro.cabal view
@@ -2,11 +2,11 @@ -- -- see: https://github.com/sol/hpack ----- hash: 8ef652427d237590b96b6b4a6d4aeb33ff033a16222968c78ba7667d0e0b98b7+-- hash: 837f31ed324461d1de827cebe795ed7291d37329569a322ea51703216f80ee89 name: intro-version: 0.5.0.0-synopsis: Safe and minimal prelude - Exports only total and safe functions, provides Text and Monad transformers+version: 0.5.1.0+synopsis: Safe and minimal prelude description: Intro is a modern Prelude which provides safe alternatives for most of the partial functions and follows other best practices, e.g., Text is preferred over String.
src/Intro.hs view
@@ -182,6 +182,7 @@ , Data.List.take , Data.List.Extra.takeEnd , Data.List.takeWhile+ , Data.List.Extra.takeWhileEnd , Data.List.transpose , Data.List.unfoldr , Data.List.unzip