box-0.9.1: box.cabal
cabal-version: 2.4
name: box
version: 0.9.1
synopsis: boxes
description: A profunctor effect
category: project
homepage: https://github.com/tonyday567/box#readme
bug-reports: https://github.com/tonyday567/box/issues
author: Tony Day
maintainer: tonyday567@gmail.com
copyright: Tony Day (c) 2017
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
tested-with:
GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.2.5 || ==9.4.4
extra-source-files: ChangeLog.md
source-repository head
type: git
location: https://github.com/tonyday567/box
library
exposed-modules:
Box
Box.Box
Box.Codensity
Box.Committer
Box.Connectors
Box.Emitter
Box.Functor
Box.IO
Box.Queue
Box.Time
hs-source-dirs: src
default-extensions:
ghc-options:
-Wall -Wcompat -Wincomplete-record-updates
-Wincomplete-uni-patterns -Wredundant-constraints
-funbox-strict-fields
build-depends:
, async ^>= 2.2
, base >=4.7 && <5
, bytestring ^>=0.11
, containers ^>=0.6
, contravariant ^>=1.5
, dlist ^>=1.0
, exceptions ^>=0.10
, kan-extensions ^>=5.2
, mtl >=2.2.2 && <2.4
, profunctors ^>=5.6
, semigroupoids ^>=5.3
, stm ^>= 2.5.1
, text >=1.2 && < 2.1
, time >=1.9 && <1.13
default-language: Haskell2010