mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: init
This commit is contained in:
commit
96c6f790fc
804 changed files with 33411 additions and 0 deletions
10
templates/haskell/example.cabal
Executable file
10
templates/haskell/example.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