emerald/mcp-example.cabal

35 lines
635 B
Plaintext
Raw Normal View History

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