name: flow version: 1.0.17 category: Combinators, Functions, Utility description: Flow provides operators for writing more understandable Haskell. extra-source-files: - CHANGELOG.markdown - package.yaml - README.markdown - stack.yaml github: tfausak/flow license-file: LICENSE.markdown license: MIT maintainer: Taylor Fausak synopsis: Write more understandable Haskell. dependencies: base: '>= 4.9.0 && < 4.13' ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe library: source-dirs: library tests: test: dependencies: doctest: '>= 0.11.0 && < 0.17' flow: -any QuickCheck: '>= 2.8.2 && < 2.13' template-haskell: '>= 2.11.0 && < 2.15' main: Main.hs source-dirs: tests