mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-30 15:15:19 +03:00
31 lines
1.0 KiB
Plaintext
Executable File
31 lines
1.0 KiB
Plaintext
Executable File
-- Initial monad-conc.cabal generated by cabal init. For further
|
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
|
|
|
name: monad-conc
|
|
version: 0.0.0.0
|
|
synopsis: Overloadable primitives for potentially non-deterministic concurrency.
|
|
-- description:
|
|
homepage: https://github.com/barrucadu/monad-conc
|
|
license: WTFPL
|
|
license-file: LICENSE
|
|
author: Michael Walker
|
|
maintainer: mike@barrucadu.co.uk
|
|
-- copyright:
|
|
category: Concurrency
|
|
build-type: Simple
|
|
-- extra-source-files:
|
|
cabal-version: >=1.10
|
|
|
|
library
|
|
exposed-modules: Control.Monad.Conc.Class
|
|
, Control.Monad.Conc.Fixed
|
|
, Control.Monad.Conc.SCT
|
|
-- other-modules:
|
|
-- other-extensions:
|
|
build-depends: base >=4.6 && <5
|
|
, containers
|
|
, mtl
|
|
, random
|
|
, transformers
|
|
-- hs-source-dirs:
|
|
default-language: Haskell2010 |