We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf3348 commit cd89602Copy full SHA for cd89602
ghcide/ghcide.cabal
@@ -190,6 +190,7 @@ library
190
Development.IDE.Spans.Pragmas
191
Development.IDE.Types.Diagnostics
192
Development.IDE.Types.Exports
193
+ Development.IDE.Types.Path
194
Development.IDE.Types.HscEnvEq
195
Development.IDE.Types.KnownTargets
196
Development.IDE.Types.Location
ghcide/src/Development/IDE/Types/Path.hs
@@ -0,0 +1,11 @@
1
+module Development.IDE.Types.Path
2
+ ()
3
+where
4
+
5
+import Development.IDE (NormalizedFilePath)
6
7
+data Abs
8
+data Rel
9
10
+newtype Path a = Path { getRawPath :: NormalizedFilePath}
11
0 commit comments