chk-test/frontend/frontend.cabal

39 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-02-07 18:16:26 +00:00
name: frontend
version: 0.1
cabal-version: >= 1.8
build-type: Simple
library
hs-source-dirs: src
build-depends: base
, common
, obelisk-frontend
, obelisk-route
, jsaddle
, reflex-dom-core
2023-02-22 15:51:46 +00:00
, reflex-material
2023-02-07 18:16:26 +00:00
, obelisk-executable-config-lookup
, obelisk-generated-static
, text
exposed-modules:
Frontend
ghc-options: -Wall -Wredundant-constraints -Wincomplete-uni-patterns -Wincomplete-record-updates -O -fno-show-valid-hole-fits
executable frontend
main-is: main.hs
hs-source-dirs: src-bin
build-depends: base
, common
, obelisk-frontend
, obelisk-route
, reflex-dom
2023-02-22 15:51:46 +00:00
, reflex-material
2023-02-07 18:16:26 +00:00
, obelisk-generated-static
, frontend
ghc-options: -threaded -O -Wall -Wredundant-constraints -Wincomplete-uni-patterns -Wincomplete-record-updates -fno-show-valid-hole-fits
if impl(ghcjs)
ghc-options: -dedupe
cpp-options: -DGHCJS_BROWSER
if os(darwin)
ghc-options: -dynamic