ghcide-0.0.1: The core of an IDE

Safe HaskellNone
LanguageHaskell2010

Development.IDE.Core.OfInterest

Description

A Shake implementation of the compiler service, built using the Shaker abstraction layer for in-memory use.

Synopsis

Documentation

setFilesOfInterest :: IdeState -> Set NormalizedFilePath -> IO () Source #

Set the files-of-interest which will be built and kept-up-to-date.