Skip to content

Commit f387ccd

Browse files
committed
rename
1 parent 1817b52 commit f387ccd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

hls-graph/hls-graph.cabal

+2-2
Original file line numberDiff line numberDiff 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

hls-graph/src/Development/IDE/Graph/Internal/Paths.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Development.IDE.Graph.Internal.Paths (readDataFileHTML) where
66
#ifndef FILE_EMBED
77
import Control.Exception (SomeException (SomeException), catch)
88
import Control.Monad (filterM)
9-
import Paths_hls_graph
9+
import PathsHlsGraph
1010
import System.Directory (doesFileExist, getCurrentDirectory)
1111
import System.Environment (getExecutablePath)
1212
import System.FilePath (takeDirectory, (</>))

hls-graph/src/Paths.hs renamed to hls-graph/src/PathsHlsGraph.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- | Fake cabal module for local building
22

3-
module Paths_hls_graph(getDataDir, version) where
3+
module PathsHlsGraph(getDataDir, version) where
44

55
import Data.Version.Extra
66

0 commit comments

Comments
 (0)