build with primitive 0.8 (#31)

This commit is contained in:
chessai 2023-02-26 00:04:12 -06:00 committed by GitHub
parent 214e655199
commit a3261edf06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ description:
that runs out of space simply aborts and is rerun at the beginning that runs out of space simply aborts and is rerun at the beginning
of the next chunk. This strategy for building is suitable for most of the next chunk. This strategy for building is suitable for most
CSVs and several line protocols (carbon, InfluxDB, etc.). CSVs and several line protocols (carbon, InfluxDB, etc.).
homepage: https://github.com/byteverse/bytebuild homepage: https://github.com/byteverse/bytebuild
bug-reports: https://github.com/byteverse/bytebuild/issues bug-reports: https://github.com/byteverse/bytebuild/issues
license: BSD-3-Clause license: BSD-3-Clause
@ -68,10 +68,10 @@ library
if impl(ghc >= 8.10) if impl(ghc >= 8.10)
hs-source-dirs: src-9.0 hs-source-dirs: src-9.0
if flag(checked) if flag(checked)
build-depends: primitive-checked >= 0.7 && <0.8 build-depends: primitive-checked >= 0.7 && <0.9
hs-source-dirs: src-checked hs-source-dirs: src-checked
else else
build-depends: primitive >= 0.7 && <0.8 build-depends: primitive >= 0.7 && <0.9
hs-source-dirs: src-unchecked hs-source-dirs: src-unchecked
ghc-options: -Wall -O2 ghc-options: -Wall -O2
hs-source-dirs: src hs-source-dirs: src