Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Commit

Permalink
Remove 'parallel', 'primitive' and 'stm' from defaultKnownPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiHa committed Jul 5, 2016
1 parent b89ea6d commit 919a6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GHC.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defaultKnownPackages =
, filepath, genapply, genprimopcode, ghc, ghcBoot, ghcBootTh, ghcCabal, ghci
, ghcPkg, ghcPrim, ghcTags, haddock, haskeline, hsc2hs, hoopl, hp2ps, hpc
, hpcBin, integerGmp, integerSimple, iservBin, libffi, mkUserGuidePart
, parallel, pretty, primitive, process, rts, runGhc, stm, templateHaskell
, pretty, process, rts, runGhc, templateHaskell
, terminfo, time, touchy, transformers, unlit, unix, win32, xhtml ]

-- | Package definitions, see 'Package'.
Expand Down

0 comments on commit 919a6d2

Please sign in to comment.