chk-test/common/common.cabal
2023-02-07 13:16:26 -05:00

16 lines
373 B
Plaintext

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