2024-09-12 19:49:58 +02:00
|
|
|
cabal-version: 3.8
|
2024-09-11 22:32:14 +02:00
|
|
|
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
|
|
|
|
|
2024-09-15 20:35:15 +02:00
|
|
|
common common
|
2024-09-11 22:32:14 +02:00
|
|
|
ghc-options: -Wall
|
|
|
|
default-language: GHC2024
|
|
|
|
|
|
|
|
executable byg
|
2024-09-15 20:35:15 +02:00
|
|
|
import: common
|
2024-09-11 22:32:14 +02:00
|
|
|
main-is: Main.hs
|
|
|
|
hs-source-dirs: src
|
|
|
|
build-depends: base
|