flow-1.0.8: package.yaml
category: Combinators, Functions, Utility
description: Flow provides operators for writing more understandable Haskell.
extra-source-files:
- CHANGELOG.md
- LICENSE.md
- package.yaml
- README.md
- stack.yaml
ghc-options:
- -Wall
github: tfausak/flow
library:
dependencies:
- base <5
exposed-modules:
- Flow
license: MIT
maintainer: Taylor Fausak
name: flow
synopsis: Write more understandable Haskell.
tests:
flow-test-suite:
dependencies:
- base
- doctest >=0.9 && <0.13
- flow
- QuickCheck ==2.*
- template-haskell ==2.*
main: FlowTest.hs
version: '1.0.8'