We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fdefb commit 0e1875bCopy full SHA for 0e1875b
.github/workflows/s390x.yml
@@ -31,6 +31,7 @@ jobs:
31
run: |
32
ghc --version
33
curl -s -L https://hackage.haskell.org/package/unicode-data-0.3.0.tar.gz | tar xz
34
+ export LC_ALL=C.UTF-8
35
ghc --make -XMagicHash -XBangPatterns -XUnboxedTuples -itest:unicode-data-0.3.0/lib -o extras test/Extra.hs
36
./extras
37
ghc --make -XMagicHash -XBangPatterns -XUnboxedTuples -itest:unicode-data-0.3.0/lib -o quickcheck test/Properties.hs
0 commit comments