Skip to content

Commit

Permalink
Rename binding to packageEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Apr 23, 2019
1 parent 0d920ae commit 4767c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subs/pantry/src/Pantry/Storage.hs
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ loadPackageById rpli tid = do
"loadPackageByid: invalid foreign key " ++ show (treeVersion ts)
Just (Version (P.VersionP version)) -> pure version
let ident = P.PackageIdentifier name version
(pantry, mtree) <-
(packageEntry, mtree) <-
case treeCabal ts of
Just keyBlob -> do
cabalKey <- getBlobKey keyBlob
Expand Down Expand Up @@ -759,7 +759,7 @@ loadPackageById rpli tid = do
Package
{ packageTreeKey = P.TreeKey blobKey
, packageTree = mtree
, packageCabalEntry = pantry
, packageCabalEntry = packageEntry
, packageIdent = ident
}

Expand Down

0 comments on commit 4767c4e

Please sign in to comment.