Closed moodmosaic closed 4 years ago
Errors: 0, Warnings: 0, Hints: 0, Uncategorized 1 Uncategorized: 1 <no file/command line/OPTIONS_GHC>: line 1, column 1: Uncategorized: Backend error encountered during 'Checking and Linting': module not inspected
Getting this now even on simple .cabal files like this one: https://github.com/well-typed/integrated-shrinking/blob/master/integrated-shrinking.cabal
cabal-version: >=1.10 name: integrated-shrinking version: 0.1.0.0 license: BSD3 license-file: LICENSE author: Edsko de Vries maintainer: edsko@well-typed.com category: Testing build-type: Simple extra-source-files: CHANGELOG.md library exposed-modules: IntegratedShrinking build-depends: base >=4.12 && <4.13, random hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall
Using hsdev 0.3.3.7 and lts-14.27 (ghc 8.6.5).
SublimeHaskell master or at least version 2.2.0+
master
Everything else works fine, but I was wondering how I can make this message go away, or most importantly what actually might be causing that message to pop up.
Getting this now even on simple .cabal files like this one: https://github.com/well-typed/integrated-shrinking/blob/master/integrated-shrinking.cabal
Using hsdev 0.3.3.7 and lts-14.27 (ghc 8.6.5).