packages feed

flow-er 1.0.1 → 1.0.2

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

flow-er.cabal view
@@ -1,6 +1,6 @@ name:                  flow-er-version:               1.0.1-synopsis:              Directional operators to for common combinators+version:               1.0.2+synopsis:              MOre directional operators description:           Please see README.md homepage:              https://github.com/expede/flower#README 
src/Control/Flower.hs view
@@ -22,7 +22,7 @@  With the pipe operator ('|>') proliferating through OCaml, F#, and Elixir, it's becoming clear which way the wind is blowing. A dataflow model is very-natural to functional programming _____.+natural to functional programming.  Thinking in Haskell is multidimensional, reading forwards and backwards, and through levels of abstraction. This is extremely powerful, but does introduce