-
Notifications
You must be signed in to change notification settings - Fork 0
/
concur-react-semantic-ui.cabal
51 lines (48 loc) · 1.22 KB
/
concur-react-semantic-ui.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
-- This file has been generated from package.yaml by hpack version 0.18.1.
--
-- see: https://github.com/sol/hpack
name: concur-react-semantic-ui
version: 0.1.0.0
description: Semantic UI Integration for Concur-React
category: Web
homepage: https://github.com/concurhaskell/concur-react-semantic-ui
author: Anupam Jain
maintainer: ajnsit@gmail.com
copyright: 2017 Anupam Jain
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
library
hs-source-dirs:
src
ghc-options: -Wall -ferror-spans
build-depends:
base
, stm >=2.4
, concur-core
, concur-react
, mtl >=2.2
, transformers >=0.5
, free >=4.12
, data-default >=0.7
if impl(ghcjs -any)
hs-source-dirs:
src-ghcjs
build-depends:
ghcjs-base
else
hs-source-dirs:
src-ghc
build-depends:
ghcjs-base-stub >=0.1
exposed-modules:
Concur.React.SemanticUI.Components
Concur.React.SemanticUI.Components.Button
Concur.React.SemanticUI.Components.Icon
Concur.React.SemanticUI.FFI
other-modules:
Paths_concur_react_semantic_ui
default-language: Haskell2010