mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
11 lines
194 B
Text
11 lines
194 B
Text
![]() |
cabal-version: 3.0
|
||
|
name: backend
|
||
|
version: 0.1.0.0
|
||
|
|
||
|
executable main
|
||
|
main-is: Main.hs
|
||
|
build-depends:
|
||
|
, base
|
||
|
default-language: Haskell2010
|
||
|
hs-source-dirs: src
|