21 lines
525 B
Plaintext
21 lines
525 B
Plaintext
|
cabal-version: 3.12
|
||
|
name: byg
|
||
|
version: 0.1.0.0
|
||
|
synopsis: The website builder for mad
|
||
|
license: AGPL-3.0-or-later
|
||
|
license-file: COPYING
|
||
|
author: Niels G. W. Serup
|
||
|
maintainer: ngws@metanohi.name
|
||
|
build-type: Simple
|
||
|
extra-doc-files: README.md
|
||
|
|
||
|
common warnings
|
||
|
ghc-options: -Wall
|
||
|
default-language: GHC2024
|
||
|
|
||
|
executable byg
|
||
|
import: warnings
|
||
|
main-is: Main.hs
|
||
|
hs-source-dirs: src
|
||
|
build-depends: base
|