Files
haskell.nix/docs/tutorials/getting-started/hello.cabal
T

18 lines
381 B
Plaintext

cabal-version: 2.4
name: hello
version: 0.1.0.0
license: NONE
author: yvan@sraka.xyz
maintainer: Yvan Sraka
build-type: Simple
common warnings
ghc-options: -Wall
executable hello
import: warnings
main-is: Main.hs
build-depends: base
hs-source-dirs: app
default-language: Haskell2010