We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-XDeriveFunctor
1 parent 240397c commit d2b6a9eCopy full SHA for d2b6a9e
.github/workflows/emulated.yml
@@ -44,7 +44,7 @@ jobs:
44
# interpret the forward slashes. You're welcome.
45
sed -i "s/getDataDir/\(return \"$(pwd | sed 's/\//\\\//g')\\/data\"\)/g" src/Main.hs
46
sed -i "s/version/undefined/g" src/Main.hs
47
- ghc -XHaskell2010 -XPatternSynonyms -XFlexibleContexts -XMagicHash -XCPP -XNondecreasingIndentation -XScopedTypeVariables -XTupleSections \
+ ghc -XHaskell2010 -XPatternSynonyms -XFlexibleContexts -XMagicHash -XCPP -XNondecreasingIndentation -XScopedTypeVariables -XTupleSections -XDeriveFunctor \
48
-package array -package containers -package directory \
49
-isrc src/Main.hs \
50
-o alex
0 commit comments