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

@ -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