Open brianhuffman opened 2 years ago
Compiling crux-mir-comp, I see this warning message:
crux-mir-comp
Warning: File listed in crux-mir-comp/crux-mir-comp.cabal file does not exist: README.md
The reference is from an extra-source-files declaration in the cabal file: https://github.com/GaloisInc/saw-script/blob/87ab2f3e6b947e1a139a98a49286c67b915204ca/crux-mir-comp/crux-mir-comp.cabal#L18
extra-source-files
The same cabal file also refers to a non-existent LICENSE file: https://github.com/GaloisInc/saw-script/blob/87ab2f3e6b947e1a139a98a49286c67b915204ca/crux-mir-comp/crux-mir-comp.cabal#L7
Compiling
crux-mir-comp
, I see this warning message:The reference is from an
extra-source-files
declaration in the cabal file: https://github.com/GaloisInc/saw-script/blob/87ab2f3e6b947e1a139a98a49286c67b915204ca/crux-mir-comp/crux-mir-comp.cabal#L18