Skip to content

Commit

Permalink
Fixed extra package dbs order
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Nov 12, 2015
1 parent 4053e58 commit 374d5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/GhcPkg.hs
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,6 @@ mkGhcPackagePath locals localdb deps extras globaldb =
T.pack $ intercalate [searchPathSeparator] $ concat
[ [toFilePathNoTrailingSep localdb | locals]
, [toFilePathNoTrailingSep deps]
, [toFilePathNoTrailingSep db | db <- extras]
, [toFilePathNoTrailingSep db | db <- reverse extras]
, [toFilePathNoTrailingSep globaldb]
]

0 comments on commit 374d5d7

Please sign in to comment.