File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Development/IDE/Graph/Internal Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ library
6565 Development.IDE.Graph.KeyMap
6666 Development.IDE.Graph.KeySet
6767 Development.IDE.Graph.Rule
68- Paths_hls_graph
68+ PathsHlsGraph
6969
70- autogen-modules : Paths_hls_graph
70+ autogen-modules : PathsHlsGraph
7171 hs-source-dirs : src
7272 build-depends :
7373 , aeson
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Development.IDE.Graph.Internal.Paths (readDataFileHTML) where
66#ifndef FILE_EMBED
77import Control.Exception (SomeException (SomeException ), catch )
88import Control.Monad (filterM )
9- import Paths_hls_graph
9+ import PathsHlsGraph
1010import System.Directory (doesFileExist , getCurrentDirectory )
1111import System.Environment (getExecutablePath )
1212import System.FilePath (takeDirectory , (</>) )
Original file line number Diff line number Diff line change 11-- | Fake cabal module for local building
22
3- module Paths_hls_graph (getDataDir , version ) where
3+ module PathsHlsGraph (getDataDir , version ) where
44
55import Data.Version.Extra
66
You can’t perform that action at this time.
0 commit comments