This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Mismatched interface file versions (wanted "8022", got "8043") #947
Open
Description
Error:
Bad interface file: /nix/store/n5i1zdpmk2b1s3z96649xh8f9kr3g96s-ghc-8.4.3/lib/ghc-8.4.3/base-4.11.1.0/Data/Char.hi
mismatched interface file versions (wanted "8022", got "8043")
I am using HIE via hie-nix. This error started happening after updating NixOS.
Before getting this error I was getting Cannot satisfy -package-id base
which I fixed by relaxing base package constraints in cabal file and then running cabal configure
, after that the errors above started happening for each of the import lines.