Skip to content

Commit

Permalink
Fix another usage
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Dec 4, 2023
1 parent 8001d80 commit 6de6e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spago/BuildInfo.purs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ buildInfoPath ∷ FilePath
buildInfoPath = Path.concat [ Paths.localCachePath, "BuildInfo.purs" ]

currentSpagoVersion :: String
currentSpagoVersion = BuildInfo.buildInfo.packages."spago-bin"
currentSpagoVersion = BuildInfo.packages."spago-bin"

mkPackageBuildInfo :: WorkspacePackage -> { name :: String, version :: String }
mkPackageBuildInfo { package } =
Expand Down

0 comments on commit 6de6e5b

Please sign in to comment.