File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 15
15
# See https://github.com/anarazel/pg-vm-images/blob/main/packer/openbsd.pkrvars.hcl
16
16
image : family/pg-ci-openbsd-vanilla
17
17
platform : openbsd
18
- install_script : pkg_add ghc cabal-install git autoconf-2.71
18
+ install_script : pkg_add ghc cabal-install git autoconf-2.71p0
19
19
script :
20
20
- export AUTOCONF_VERSION=2.71
21
21
- export CABAL_DIR=/tmp/.cabal
Original file line number Diff line number Diff line change @@ -187,6 +187,11 @@ test-suite unix-tests
187
187
build-depends : filepath >= 1.5.0.0 , os-string >= 2.0.0
188
188
else
189
189
build-depends : filepath >= 1.4.100.0 && < 1.5.0.0
190
+
191
+ -- https://github.com/haskellari/splitmix/issues/101
192
+ if os(openbsd)
193
+ build-depends : splitmix < 0.1.3 || > 0.1.3.1
194
+
190
195
ghc-options : -Wall -with-rtsopts=-V0
191
196
192
197
test-suite FdReadBuf001
You can’t perform that action at this time.
0 commit comments