File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3333 githubToken : ${{ github.token }}
3434 install : |
3535 apt-get update -y
36- apt-get install -y ghc alex happy
36+ apt-get install -y ghc alex happy cabal
37+ cabal install Ranged-sets
3738 run : |
3839 (cd src/; alex -g Scan.x; happy -ag Parser.y)
3940 # Need to remove mention of the Cabal path module, and then substitutes
4546 sed -i "s/getDataDir/\(return \"$(pwd | sed 's/\//\\\//g')\\/data\"\)/g" src/Main.hs
4647 sed -i "s/version/undefined/g" src/Main.hs
4748 ghc -XHaskell2010 -XPatternSynonyms -XFlexibleContexts -XMagicHash -XCPP -XNondecreasingIndentation -XScopedTypeVariables -XTupleSections -XDeriveFunctor \
48- -package array -package containers -package directory \
49+ -package array -package containers -package directory -package Ranged-sets \
4950 -isrc src/Main.hs \
5051 -o alex
5152 ./alex -g tests/simple.x
You can’t perform that action at this time.
0 commit comments