feat: added haskell

This commit is contained in:
Nick 2024-12-05 02:26:48 -06:00
parent 0e6008f06c
commit a4f392eda4
15 changed files with 109 additions and 54 deletions

10
backend/backend.cabal Executable file
View 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