mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 13:24:38 -05:00
12 lines
222 B
Text
Executable file
12 lines
222 B
Text
Executable file
cabal-version: 3.0
|
|
name: backend
|
|
version: 0.1.0.0
|
|
|
|
executable main
|
|
main-is: Main.hs
|
|
build-depends:
|
|
, base
|
|
, scotty
|
|
, wai-cors
|
|
default-language: Haskell2010
|
|
hs-source-dirs: src
|