Fix incorrect Cabal option for -std=c++17 (#4)
`cpp-options` is for the C preprocessor (`-XCPP`). `cxx-options` is for the C++ compiler.
This commit is contained in:
parent
e3a38c77f8
commit
319e70637e
@ -36,7 +36,7 @@ executable nix-serve
|
|||||||
|
|
||||||
cxx-sources: cbits/nix.cpp
|
cxx-sources: cbits/nix.cpp
|
||||||
|
|
||||||
cpp-options: -std=c++17
|
cxx-options: -std=c++17
|
||||||
|
|
||||||
build-depends: base < 5
|
build-depends: base < 5
|
||||||
, base16
|
, base16
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user