control-block-0.0.0: control-block.cabal
cabal-version: 3.0
name: control-block
version: 0.0.0
license: BSD-2-Clause
license-file: LICENSE
author: Melanie Phoenix Brown
maintainer: brown.m@proton.me
category: Control
build-type: Simple
extra-doc-files: CHANGELOG.md
synopsis:
Higher-order functions with their function arguments at the end
library
ghc-options: -Wall
hs-source-dirs: lib
default-language: GHC2021
default-extensions:
BlockArguments
DataKinds
DefaultSignatures
DerivingStrategies
FunctionalDependencies
LambdaCase
MultiWayIf
OverloadedStrings
PatternSynonyms
QuasiQuotes
RecordWildCards
TypeFamilies
ViewPatterns
build-depends:
, base >=4.14 && <5
, containers
, indexed-traversable
exposed-modules: Control.Block