-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreflex-dom-extra.cabal
35 lines (33 loc) · 1.15 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
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
, lens
, reflex-dom
, semialign
, text
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
default-extensions: FlexibleContexts
, MonoLocalBinds
, OverloadedStrings
, RecordWildCards
, RecursiveDo
, ViewPatterns
if impl(ghc >= 8.10)
ghc-options: -Wunused-packages