mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
11 lines
204 B
Text
11 lines
204 B
Text
![]() |
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
|