| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Distribution.Client.CmdInstall.ClientInstallTargetSelector
Documentation
data WithoutProjectTargetSelector #
Constructors
| WoPackageId PackageId | |
| WoPackageComponent PackageId ComponentName | |
| WoURI URI |
Instances
| Show WithoutProjectTargetSelector # | |
Defined in Distribution.Client.CmdInstall.ClientInstallTargetSelector Methods showsPrec :: Int -> WithoutProjectTargetSelector -> ShowS # show :: WithoutProjectTargetSelector -> String # showList :: [WithoutProjectTargetSelector] -> ShowS # | |