flow 1.0.5 → 1.0.6
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~doctestPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: doctest
API changes (from Hackage documentation)
Files
- flow.cabal +2/−2
- package.yaml +2/−2
flow.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: flow-version: 1.0.5+version: 1.0.6 synopsis: Write more understandable Haskell. description: Flow provides operators for writing more understandable Haskell. category: Combinators, Functions, Utility@@ -41,7 +41,7 @@ ghc-options: -Wall build-depends: base- , doctest >=0.9 && <0.11+ , doctest >=0.9 && <0.12 , flow , QuickCheck ==2.* , template-haskell ==2.*
package.yaml view
@@ -22,9 +22,9 @@ flow-test-suite: dependencies: - base- - doctest >=0.9 && <0.11+ - doctest >=0.9 && <0.12 - flow - QuickCheck ==2.* - template-haskell ==2.* main: FlowTest.hs-version: '1.0.5'+version: '1.0.6'