Skip to content

Commit 4c97781

Browse files
committed
Fix makeSymbolicPath call
1 parent 91931b4 commit 4c97781

File tree

1 file changed

+1
-1
lines changed
  • lib/Language/Haskell/Stylish/Config

1 file changed

+1
-1
lines changed

lib/Language/Haskell/Stylish/Config/Cabal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ findCabalFile verbose configSearchStrategy = case configSearchStrategy of
5353
go searched (p : ps) = do
5454

5555
#if MIN_VERSION_Cabal(3,14,0)
56-
let projectRoot = Just $ makeSymbolicPath p
56+
let projectRoot = Just $ Cabal.makeSymbolicPath p
5757
potentialCabalFile <- Cabal.findPackageDesc projectRoot
5858
#else
5959
potentialCabalFile <- Cabal.findPackageDesc p

0 commit comments

Comments
 (0)