flow-1.0.10: flow.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 16a0bd54d764878625ac6799c56aeeb1f4e7ff0c13b9539be5218d61bb42189c
name: flow
version: 1.0.10
synopsis: Write more understandable Haskell.
description: Flow provides operators for writing more understandable Haskell.
category: Combinators, Functions, Utility
homepage: https://github.com/tfausak/flow#readme
bug-reports: https://github.com/tfausak/flow/issues
maintainer: Taylor Fausak
license: MIT
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.md
LICENSE.md
package.yaml
README.md
stack.yaml
source-repository head
type: git
location: https://github.com/tfausak/flow
library
ghc-options: -Wall
build-depends:
base <5
exposed-modules:
Flow
other-modules:
Paths_flow
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: FlowTest.hs
ghc-options: -Wall
build-depends:
QuickCheck ==2.*
, base <5
, doctest >=0.9 && <0.14
, flow
, template-haskell ==2.*
other-modules:
Paths_flow
default-language: Haskell2010