chk-test/common/common.cabal

16 lines
373 B
Plaintext
Raw Permalink Normal View History

2023-02-07 18:16:26 +00:00
name: common
version: 0.1
cabal-version: >= 1.2
build-type: Simple
library
hs-source-dirs: src
build-depends: base
, obelisk-route
, mtl
, text
exposed-modules:
Common.Api
Common.Route
ghc-options: -Wall -Wredundant-constraints -Wincomplete-uni-patterns -Wincomplete-record-updates -O -fno-show-valid-hole-fits