-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathreflex-dom-nested-routing.cabal
More file actions
43 lines (40 loc) · 955 Bytes
/
Copy pathreflex-dom-nested-routing.cabal
File metadata and controls
43 lines (40 loc) · 955 Bytes
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
name: reflex-dom-nested-routing
version: 0.0.3
synopsis: Nested client-side routing for Reflex-DOM
description: See README at <https://github.com/3noch/reflex-dom-nested-routing#readme>
category: Web
maintainer: Elliot Cameron <elliot@graftedin.io>
copyright: 2017 Elliot Cameron
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.md
README.md
library
hs-source-dirs: .
ghc-options:
-Wall
-Wincomplete-uni-patterns
-Wincomplete-record-updates
-Wno-unused-do-bind
-O2
build-depends:
base
, bytestring
, exception-transformers
, jsaddle
, lens
, mtl
, primitive
, ref-tf
, reflex
, reflex-dom-core
, reflex-dom-contrib
, text
, uri-bytestring
exposed-modules:
Reflex.Dom.Routing.Nested
Reflex.Dom.Routing.Writer
default-language: Haskell2010