X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FbasicTypes%2FModule.lhs;h=57509a00fed8049d4bcdb24393ea871de7a2b6d6;hp=6916911a7dea937e9b0c94266465b7c258676500;hb=48b6c777e2e84cc42a27a50642bcb41a0bd2c1d7;hpb=74614af8bae38235a30273b2dc1f90b970a87095 diff --git a/compiler/basicTypes/Module.lhs b/compiler/basicTypes/Module.lhs index 6916911..57509a0 100644 --- a/compiler/basicTypes/Module.lhs +++ b/compiler/basicTypes/Module.lhs @@ -37,6 +37,8 @@ module Module haskell98PackageId, thPackageId, ndpPackageId, + dphSeqPackageId, + dphParPackageId, mainPackageId, -- * The Module type @@ -312,6 +314,8 @@ rtsPackageId = fsToPackageId (fsLit "rts") haskell98PackageId = fsToPackageId (fsLit "haskell98") thPackageId = fsToPackageId (fsLit "template-haskell") ndpPackageId = fsToPackageId (fsLit "ndp") +dphSeqPackageId = fsToPackageId (fsLit "dph-seq") +dphParPackageId = fsToPackageId (fsLit "dph-par") -- This is the package Id for the program. It is the default package -- Id if you don't specify a package name. We don't add this prefix