flow 1.0.13 → 1.0.14
raw patch · 3 files changed
+4/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- flow.cabal +2/−2
- package.yaml +1/−1
- stack.yaml +1/−1
flow.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 9e0cc951fd17f20211e4fc59a2396dbc580189ed143f7dbb9bda3c9e857ccdf6+-- hash: e8bc976d3dbd5311094fcd463406d8d727888111f02f2c954019e7ca092992e2 name: flow-version: 1.0.13+version: 1.0.14 synopsis: Write more understandable Haskell. description: Flow provides operators for writing more understandable Haskell. category: Combinators, Functions, Utility
package.yaml view
@@ -1,5 +1,5 @@ name: flow-version: 1.0.13+version: 1.0.14 category: Combinators, Functions, Utility description: Flow provides operators for writing more understandable Haskell.
stack.yaml view
@@ -1,1 +1,1 @@-resolver: lts-11.0+resolver: lts-12.0