web: fix duplicate package.yaml keys warned about by hpack
This commit is contained in:
parent
b1582b29b1
commit
6d11164444
@ -58,16 +58,15 @@ flags:
|
|||||||
manual: false
|
manual: false
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
|
ghc-options:
|
||||||
|
- -Wall
|
||||||
|
- -fwarn-tabs
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- condition: (flag(dev)) || (flag(library-only))
|
- condition: (flag(dev)) || (flag(library-only))
|
||||||
cpp-options: -DDEVELOPMENT
|
cpp-options: -DDEVELOPMENT
|
||||||
- condition: flag(dev)
|
- condition: flag(dev)
|
||||||
ghc-options: -O0
|
ghc-options: -O0
|
||||||
|
|
||||||
ghc-options:
|
|
||||||
- -Wall
|
|
||||||
- -fwarn-tabs
|
|
||||||
when:
|
|
||||||
- condition: impl(ghc >=8)
|
- condition: impl(ghc >=8)
|
||||||
ghc-options:
|
ghc-options:
|
||||||
- -Wcompat
|
- -Wcompat
|
||||||
@ -152,7 +151,6 @@ executables:
|
|||||||
buildable: false
|
buildable: false
|
||||||
- condition: flag(threaded)
|
- condition: flag(threaded)
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
when:
|
|
||||||
- condition: os(darwin) && impl(ghc < 8.0)
|
- condition: os(darwin) && impl(ghc < 8.0)
|
||||||
buildable: false
|
buildable: false
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user