Skip to content

Commit 246073c

Browse files
committed
fix emulated workflow
1 parent 7587ba9 commit 246073c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emulated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
sed -i "s/getDataDir/\(return \"$(pwd | sed 's/\//\\\//g')\\/data\"\)/g" src/Main.hs
4646
sed -i "s/version/undefined/g" src/Main.hs
4747
ghc -XHaskell2010 -XPatternSynonyms -XFlexibleContexts -XMagicHash -XCPP -XNondecreasingIndentation -XScopedTypeVariables -XTupleSections -XDeriveFunctor \
48-
-package array -package containers -package directory \
48+
-package array -package containers -package directory -package Ranged-sets \
4949
-isrc src/Main.hs \
5050
-o alex
5151
./alex -g tests/simple.x

0 commit comments

Comments
 (0)