Rename section to clarify it's not just about warnings
This commit is contained in:
parent
864c515469
commit
a0e6aa2b23
|
@ -9,12 +9,12 @@ maintainer: ngws@metanohi.name
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
extra-doc-files: README.md
|
extra-doc-files: README.md
|
||||||
|
|
||||||
common warnings
|
common common
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
default-language: GHC2024
|
default-language: GHC2024
|
||||||
|
|
||||||
executable byg
|
executable byg
|
||||||
import: warnings
|
import: common
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
build-depends: base
|
build-depends: base
|
||||||
|
|
Loading…
Reference in New Issue