mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: added website template
This commit is contained in:
parent
400964fbee
commit
ac4fca8fe6
37 changed files with 2426 additions and 0 deletions
10
templates/website/backend/backend.cabal
Normal file
10
templates/website/backend/backend.cabal
Normal file
|
@ -0,0 +1,10 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue