Skip to content
Snippets Groups Projects
Commit 934a0983 authored by Mr. Snow Ball / projects's avatar Mr. Snow Ball / projects :arrows_counterclockwise:
Browse files

Move comment

parent 2bcc086a
No related branches found
No related tags found
No related merge requests found
:set -isrc -XOverloadedStrings -XNamedFieldPuns -XLambdaCase -XMultiWayIf -XScopedTypeVariables
# see https://gitlab.haskell.org/ghc/ghc/-/issues/10920
:set -XNoImplicitPrelude
:load src/Prelude.hs
:set -XImplicitPrelude
......
#!/usr/bin/env bash
set -e
# see https://gitlab.haskell.org/ghc/ghc/-/issues/10920
stack exec -- ghci -ghci-script load-all.ghci
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment