packages feed

flow 2.0.0.9 → 2.0.0.10

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

flow.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: flow-version: 2.0.0.9+version: 2.0.0.10 synopsis: Write more understandable Haskell. description: Flow provides operators for writing more understandable Haskell. build-type: Simple@@ -23,7 +23,7 @@   manual: True  common library-  build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0+  build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0   default-language: Haskell2010   ghc-options:     -Weverything