File tree 3 files changed +4
-4
lines changed
Development/IDE/Graph/Internal
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ library
65
65
Development.IDE.Graph.KeyMap
66
66
Development.IDE.Graph.KeySet
67
67
Development.IDE.Graph.Rule
68
- Paths_hls_graph
68
+ PathsHlsGraph
69
69
70
- autogen-modules : Paths_hls_graph
70
+ autogen-modules : PathsHlsGraph
71
71
hs-source-dirs : src
72
72
build-depends :
73
73
, aeson
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Development.IDE.Graph.Internal.Paths (readDataFileHTML) where
6
6
#ifndef FILE_EMBED
7
7
import Control.Exception (SomeException (SomeException ), catch )
8
8
import Control.Monad (filterM )
9
- import Paths_hls_graph
9
+ import PathsHlsGraph
10
10
import System.Directory (doesFileExist , getCurrentDirectory )
11
11
import System.Environment (getExecutablePath )
12
12
import System.FilePath (takeDirectory , (</>) )
Original file line number Diff line number Diff line change 1
1
-- | Fake cabal module for local building
2
2
3
- module Paths_hls_graph (getDataDir , version ) where
3
+ module PathsHlsGraph (getDataDir , version ) where
4
4
5
5
import Data.Version.Extra
6
6
You can’t perform that action at this time.
0 commit comments