concur-core-0.1.0.0: concur-core.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 17db59d45076972dd7ba6d55b12cc5b23efd0eece58a6a855284b6f1f7e8fff8
name: concur-core
version: 0.1.0.0
synopsis: A client side web UI framework for Haskell. Core framework.
description: A client side web UI framework for Haskell. Core framework.
homepage: https://github.com/ajnsit/concur#readme
bug-reports: https://github.com/ajnsit/concur/issues
license: BSD3
license-file: LICENSE
author: Anupam Jain
maintainer: ajnsit@gmail.com
copyright: 2017 (C) All Rights Reserved.
category: Web
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/ajnsit/concur
library
ghc-options: -Wall -ferror-spans
default-language: Haskell2010
hs-source-dirs:
src
exposed-modules:
Concur.Core
Concur.Core.Types
Concur.Core.Notify
Control.MonadSTM
Control.ShiftMap
Control.MultiAlternative
other-modules:
Paths_concur_core
build-depends:
base >=4.7 && <5
, free >=4.12
, mtl >=2.2
, natural-transformation >=0.4
, stm >=2.4
, transformers >=0.5