mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: added haskell
This commit is contained in:
parent
0e6008f06c
commit
a4f392eda4
15 changed files with 109 additions and 54 deletions
10
backend/backend.cabal
Executable file
10
backend/backend.cabal
Executable file
|
@ -0,0 +1,10 @@
|
|||
cabal-version: 3.0
|
||||
name: example
|
||||
version: 0.1.0.0
|
||||
|
||||
executable main
|
||||
main-is: Main.hs
|
||||
build-depends:
|
||||
, base
|
||||
default-language: Haskell2010
|
||||
hs-source-dirs: src
|
Loading…
Add table
Add a link
Reference in a new issue