Skip to content

Commit

Permalink
Move installed package files to agree with mhs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Augustsson authored and Lennart Augustsson committed Nov 16, 2024
1 parent 7438e0b commit ab2683b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MicroCabal/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ makeDataPrefix :: Env -> Section -> Section -> FilePath
makeDataPrefix env (Section _ _ glob) (Section _ name _) =
let vers = getVersion glob "version"
pkgVers = name ++ "-" ++ showVersion vers
dataPrefix = cabalDir env </> compiler (backend env) </> "data" </> pkgVers
dataPrefix = cabalDir env </> compiler (backend env) </> "packages" </> "data" </> pkgVers
in dataPrefix

createPathFile :: Env -> Section -> Section -> IO ()
Expand Down

0 comments on commit ab2683b

Please sign in to comment.