-
Notifications
You must be signed in to change notification settings - Fork 0
/
reflex-dom-extra.cabal
37 lines (35 loc) · 1.19 KB
/
reflex-dom-extra.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
cabal-version: 2.4
-- Initial package description 'reflex-extra.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: reflex-dom-extra
version: 0.1
synopsis: Common Reflex-related functions
license-file: LICENSE
author: Catherine Galkina
maintainer: [email protected]
copyright: Antorica LLC
category: Web, GUI, FRP
build-type: Simple
library
exposed-modules: Reflex.Dom.Extra
, Reflex.Dom.Pagination
build-depends: base >=4.7 && <5
, containers
, jsaddle
, lens
, reflex-dom
, semialign
, text
if impl(ghcjs)
build-depends:
ghcjs-base
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
default-extensions: FlexibleContexts
, MonoLocalBinds
, OverloadedStrings
, RecordWildCards
, RecursiveDo
, ViewPatterns