mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
18 lines
381 B
Plaintext
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
|