Add Scotty to project.
This commit is contained in:
parent
4a9a405310
commit
b26291d014
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user