box-0.0.1.1: box.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1e95b5568e907743dae547d71a55b1b3cd4d5845c032f31a2e81464d8a14b5b0
name: box
version: 0.0.1.1
synopsis: boxes
description: concurrent, effectful boxes
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: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
stack.yaml
readme.md
source-repository head
type: git
location: https://github.com/tonyday567/box
library
exposed-modules:
Box
Box.Box
Box.Broadcast
Box.Committer
Box.Connectors
Box.Cont
Box.Control
Box.Emitter
Box.IO
Box.Plugs
Box.Queue
Box.Stream
Box.Time
Box.Transducer
Box.Updater
other-modules:
Paths_box
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -funbox-strict-fields
build-depends:
async
, attoparsec
, base >=4.7 && <5
, concurrency
, contravariant
, data-default
, dejafu
, exceptions
, flow
, foldl
, generic-lens
, lens
, mmorph
, pipes
, profunctors
, protolude
, random
, stm
, streaming
, text
, time
, transformers
, transformers-base
default-language: Haskell2010
executable box-test
main-is: ctest.hs
other-modules:
Paths_box
hs-source-dirs:
test
ghc-options: -funbox-strict-fields -fforce-recomp -threaded -rtsopts -with-rtsopts=-N
build-depends:
async
, attoparsec
, base >=4.7 && <5
, box
, concurrency
, contravariant
, data-default
, dejafu
, exceptions
, flow
, foldl
, generic-lens
, lens
, mmorph
, pipes
, profunctors
, protolude
, random
, stm
, streaming
, text
, time
, transformers
, transformers-base
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: test.hs
other-modules:
Paths_box
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
async
, attoparsec
, base >=4.7 && <5
, box
, concurrency
, contravariant
, data-default
, dejafu
, doctest
, exceptions
, flow
, foldl
, generic-lens
, lens
, mmorph
, pipes
, profunctors
, protolude
, random
, stm
, streaming
, text
, time
, transformers
, transformers-base
default-language: Haskell2010