add querying
This commit is contained in:
@@ -12,12 +12,21 @@ executable frontend
|
||||
main-is: Main.hs
|
||||
hs-source-dirs: app
|
||||
default-language: GHC2021
|
||||
default-extensions: CPP OverloadedStrings RecordWildCards
|
||||
ghc-options: -Wall
|
||||
default-extensions:
|
||||
CPP OverloadedStrings RecordWildCards DeriveAnyClass
|
||||
DuplicateRecordFields LambdaCase OverloadedRecordDot
|
||||
NoFieldSelectors
|
||||
|
||||
ghc-options:
|
||||
-Wall -fno-warn-name-shadowing -fno-warn-ambiguous-fields
|
||||
-fno-warn-incomplete-patterns -fno-warn-orphans
|
||||
|
||||
build-depends:
|
||||
aeson,
|
||||
base,
|
||||
bytestring,
|
||||
containers,
|
||||
data-default,
|
||||
miso,
|
||||
text,
|
||||
utf8-string
|
||||
@@ -27,5 +36,6 @@ executable frontend
|
||||
|
||||
if arch(javascript)
|
||||
build-depends: ghcjs-base
|
||||
|
||||
else
|
||||
build-depends: http-conduit
|
||||
|
||||
Reference in New Issue
Block a user