Skip to content

Commit 18fe6c6

Browse files
Fix Compilation Error For Cabal Versions Before 3.14
CWDPath is not a valid type and needed to be removed for compilation to happen.
1 parent 9ab38d9 commit 18fe6c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Setup.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ rawSystemExit' = rawSystemExit
136136
workingDirFlag :: BuildFlags -> Flag ()
137137
workingDirFlag _ = NoFlag
138138

139-
interpretSymbolicPath :: Maybe CWDPath -> FilePath -> FilePath
139+
interpretSymbolicPath :: Maybe () -> FilePath -> FilePath
140140
interpretSymbolicPath _ = id
141141
#endif

0 commit comments

Comments
 (0)