.ghci-8.10 291 B

12345678910
  1. -- This file should mirror the flags for GHC 8.10.* enabled in
  2. -- `Agda.cabal`. It should be loaded automatically by the `.ghci` file
  3. -- in this directory.
  4. :script .ghci-8.8
  5. :set -Wderiving-defaults
  6. :set -Wredundant-record-wildcards
  7. :set -Wno-unused-packages
  8. :set -Wunused-record-wildcards