flow 2.0.0.2 → 2.0.0.3
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- README.markdown +1/−1
- flow.cabal +2/−2
README.markdown view
@@ -1,6 +1,6 @@ # [Flow][] -[](https://github.com/tfausak/flow/actions/new)+[](https://github.com/tfausak/flow/actions/workflows/workflow.yaml) [](https://hackage.haskell.org/package/flow) [](https://www.stackage.org/package/flow)
flow.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: flow-version: 2.0.0.2+version: 2.0.0.3 synopsis: Write more understandable Haskell. description: Flow provides operators for writing more understandable Haskell.@@ -24,7 +24,7 @@ common library build-depends:- , base >= 4.15.0 && < 4.18+ , base >= 4.16.0 && < 4.19 default-language: Haskell2010 ghc-options: -Weverything