1
0

Add Scotty to project.

This commit is contained in:
Kevin Matsubara 2025-05-07 22:44:18 +02:00
parent 4a9a405310
commit b26291d014

View File

@ -68,7 +68,9 @@ executable portfolio-haskell
-- other-extensions: -- other-extensions:
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base ^>=4.17.2.1 build-depends: base ^>=4.17.2.1 && <5
, scotty >= 0.22 && < 0.23
, text
-- Directories containing source files. -- Directories containing source files.
hs-source-dirs: app hs-source-dirs: app