emerald/hello-hs.cabal
George Thomas da55b457ec Initial
2026-03-19 14:22:47 +00:00

32 lines
583 B
Plaintext

cabal-version: 3.0
name: hello-hs
version: 0.1.0.0
license-file: LICENSE
author: George Thomas
maintainer: georgefsthomas@gmail.com
executable hello-hs
main-is: Main.hs
hs-source-dirs: app
default-language: GHC2021
ghc-options:
-Wall
build-depends:
base,
aeson,
bytestring,
containers,
extra,
http-media,
mcp-types,
mcp,
mtl,
pretty-simple,
servant-auth-server,
servant-server,
servant,
text,
time,
transformers,
wai,