packages feed

flow-1.0.4: 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
license: MIT
maintainer: Taylor Fausak
name: flow
synopsis: Write more understandable Haskell.
tests:
  flow-test-suite:
    dependencies:
    - base
    - doctest >=0.9 && <0.11
    - flow
    - QuickCheck ==2.*
    - template-haskell ==2.*
    main: FlowTest.hs
version: '1.0.4'