.ghci-8.6 238 B

123456789
  1. -- This file should mirrors the flags for GHC 8.6.* enabled in
  2. -- `Agda.cabal` It should be loaded automatically by the `.ghci` file
  3. -- in this directory.
  4. :script .ghci-8.2
  5. :set -Winaccessible-code
  6. :set -Wstar-binder
  7. :set -Wstar-is-type