cabal.project.tc 391 B

12345678910111213
  1. -- 2022-01-30
  2. -- Dedicated cabal.project file for type-checking only.
  3. -- Use in: `cabal build --project-file=<THIS> --builddir=<DIR>
  4. -- Passing the ghc-options directly on the command line causes the
  5. -- dependencies to be rebuild. Thus, this workaround is necessary.
  6. -- See https://github.com/haskell/cabal/issues/7368.
  7. packages: .
  8. package Agda
  9. ghc-options: -fno-code -fwrite-interface