Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Apr 24, 2019
1 parent aafe48b commit 8a57805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subs/pantry/src/Pantry/Internal/Stackage.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import Pantry.Storage as X
, loadBlobById
, migrateAll
, treeCabal
, unBlobKey
, Key(unBlobKey)
)
import Pantry.Types as X
( ModuleNameP(..)
Expand Down
2 changes: 1 addition & 1 deletion subs/pantry/src/Pantry/Storage.hs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module Pantry.Storage
, EntityField(..)
-- avoid warnings
, BlobId
, unBlobKey
, Key(unBlobKey)
, HackageCabalId
, HackageCabal(..)
, HackageTarballId
Expand Down

0 comments on commit 8a57805

Please sign in to comment.