mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
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
|
||||
default: true
|
||||
|
||||
ghc-options:
|
||||
- -Wall
|
||||
- -fwarn-tabs
|
||||
|
||||
when:
|
||||
- condition: (flag(dev)) || (flag(library-only))
|
||||
cpp-options: -DDEVELOPMENT
|
||||
- condition: flag(dev)
|
||||
ghc-options: -O0
|
||||
|
||||
ghc-options:
|
||||
- -Wall
|
||||
- -fwarn-tabs
|
||||
when:
|
||||
- condition: impl(ghc >=8)
|
||||
ghc-options:
|
||||
- -Wcompat
|
||||
@ -152,7 +151,6 @@ executables:
|
||||
buildable: false
|
||||
- condition: flag(threaded)
|
||||
ghc-options: -threaded
|
||||
when:
|
||||
- condition: os(darwin) && impl(ghc < 8.0)
|
||||
buildable: false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user