flow 1.0.14 → 1.0.15
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- flow.cabal +3/−3
- package.yaml +2/−2
flow.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: e8bc976d3dbd5311094fcd463406d8d727888111f02f2c954019e7ca092992e2+-- hash: 8dbd7ce68cab5c0d70c11b5db402d5f12c56aa218a03f1a59c6f8b23266ac9fa name: flow-version: 1.0.14+version: 1.0.15 synopsis: Write more understandable Haskell. description: Flow provides operators for writing more understandable Haskell. category: Combinators, Functions, Utility@@ -46,7 +46,7 @@ tests ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe build-depends:- QuickCheck >=2.8.2 && <2.12+ QuickCheck >=2.8.2 && <2.13 , base >=4.9.0 && <4.12 , doctest >=0.11.0 && <0.17 , flow
package.yaml view
@@ -1,5 +1,5 @@ name: flow-version: 1.0.14+version: 1.0.15 category: Combinators, Functions, Utility description: Flow provides operators for writing more understandable Haskell.@@ -30,7 +30,7 @@ dependencies: doctest: '>= 0.11.0 && < 0.17' flow: -any- QuickCheck: '>= 2.8.2 && < 2.12'+ QuickCheck: '>= 2.8.2 && < 2.13' template-haskell: '>= 2.11.0 && < 2.14' main: Main.hs source-dirs: tests