Skip to content

Commit

Permalink
Fix Pantry.hs imports and re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Nov 2, 2023
1 parent d74034c commit 5e4349f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Pantry.hs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module Pantry
, CabalFileInfo (..)
, Revision (..)
, PackageIdentifierRevision (..)
, UsePreferredVersions
, UsePreferredVersions (..)

-- ** Archives
, RawArchive (..)
Expand Down Expand Up @@ -180,7 +180,7 @@ module Pantry
-- * Hackage index
, updateHackageIndex
, DidUpdateOccur (..)
, RequireHackageIndex
, RequireHackageIndex (..)
, hackageIndexTarballL
, getHackagePackageVersions
, getLatestHackageVersion
Expand Down Expand Up @@ -231,8 +231,8 @@ import Pantry.Archive
import Pantry.Casa ( casaBlobSource, casaLookupKey, casaLookupTree )
import Pantry.HTTP ( httpSinkChecked, parseRequest )
import Pantry.Hackage
( DidUpdateOccur (..), RequireHackageIndex
, UsePreferredVersions, getHackageCabalFile
( DidUpdateOccur (..), RequireHackageIndex (..)
, UsePreferredVersions (..), getHackageCabalFile
, getHackagePackageVersionRevisions
, getHackagePackageVersions, getHackageTarball
, getHackageTarballKey, getHackageTypoCorrections
Expand Down

0 comments on commit 5e4349f

Please sign in to comment.