mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-15 12:05:12 -05:00
13 lines
252 B
Text
Executable file
13 lines
252 B
Text
Executable file
cabal-version: 3.0
|
|
name: example
|
|
version: 0.1.0.0
|
|
|
|
executable main
|
|
main-is: Main.hs
|
|
build-depends:
|
|
, base
|
|
, discord-haskell
|
|
, text
|
|
, unliftio
|
|
default-language: Haskell2010
|
|
hs-source-dirs: src
|