Skip to content

Commit d2b6a9e

Browse files
committed
add -XDeriveFunctor to emulated workflow
1 parent 240397c commit d2b6a9e

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
@@ -44,7 +44,7 @@ jobs:
4444
# interpret the forward slashes. You're welcome.
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
47-
ghc -XHaskell2010 -XPatternSynonyms -XFlexibleContexts -XMagicHash -XCPP -XNondecreasingIndentation -XScopedTypeVariables -XTupleSections \
47+
ghc -XHaskell2010 -XPatternSynonyms -XFlexibleContexts -XMagicHash -XCPP -XNondecreasingIndentation -XScopedTypeVariables -XTupleSections -XDeriveFunctor \
4848
-package array -package containers -package directory \
4949
-isrc src/Main.hs \
5050
-o alex

0 commit comments

Comments
 (0)