Rename section to clarify it's not just about warnings

This commit is contained in:
Niels G. W. Serup 2024-09-15 20:35:15 +02:00
parent 864c515469
commit a0e6aa2b23
No known key found for this signature in database
GPG Key ID: 38EEEBCE67324F19
1 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@ maintainer: ngws@metanohi.name
build-type: Simple
extra-doc-files: README.md
common warnings
common common
ghc-options: -Wall
default-language: GHC2024
executable byg
import: warnings
import: common
main-is: Main.hs
hs-source-dirs: src
build-depends: base