packages feed

flow 1.0.12 → 1.0.13

raw patch · 3 files changed

+6/−6 lines, 3 filesdep ~doctestPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: doctest

API changes (from Hackage documentation)

Files

flow.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 52aefc86ca03882809d1a7a5fbbdd406bcac68a0c946b22d9667389f0e1dbcc4+-- hash: 9e0cc951fd17f20211e4fc59a2396dbc580189ed143f7dbb9bda3c9e857ccdf6  name:           flow-version:        1.0.12+version:        1.0.13 synopsis:       Write more understandable Haskell. description:    Flow provides operators for writing more understandable Haskell. category:       Combinators, Functions, Utility@@ -48,7 +48,7 @@   build-depends:       QuickCheck >=2.8.2 && <2.12     , base >=4.9.0 && <4.12-    , doctest >=0.11.0 && <0.16+    , doctest >=0.11.0 && <0.17     , flow     , template-haskell >=2.11.0 && <2.14   other-modules:
package.yaml view
@@ -1,5 +1,5 @@ name: flow-version: 1.0.12+version: 1.0.13  category: Combinators, Functions, Utility description: Flow provides operators for writing more understandable Haskell.@@ -28,7 +28,7 @@ tests:   test:     dependencies:-      doctest: '>= 0.11.0 && < 0.16'+      doctest: '>= 0.11.0 && < 0.17'       flow: -any       QuickCheck: '>= 2.8.2 && < 2.12'       template-haskell: '>= 2.11.0 && < 2.14'
stack.yaml view
@@ -1,1 +1,1 @@-resolver: lts-7.0+resolver: lts-11.0