| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
StackageToHackage.Stackage.Types
Documentation
Constructors
| Stack | |
Fields
| |
newtype PackageGhcOpts Source #
Constructors
| PackageGhcOpts (Map PkgId GhcFlags) |
Instances
| Show PackageGhcOpts Source # | |
Defined in StackageToHackage.Stackage.Types Methods showsPrec :: Int -> PackageGhcOpts -> ShowS # show :: PackageGhcOpts -> String # showList :: [PackageGhcOpts] -> ShowS # | |
| Semigroup PackageGhcOpts Source # | |
Defined in StackageToHackage.Stackage.Types Methods (<>) :: PackageGhcOpts -> PackageGhcOpts -> PackageGhcOpts # sconcat :: NonEmpty PackageGhcOpts -> PackageGhcOpts # stimes :: Integral b => b -> PackageGhcOpts -> PackageGhcOpts # | |
| Monoid PackageGhcOpts Source # | |
Defined in StackageToHackage.Stackage.Types Methods mappend :: PackageGhcOpts -> PackageGhcOpts -> PackageGhcOpts # mconcat :: [PackageGhcOpts] -> PackageGhcOpts # | |
| FromYAML PackageGhcOpts Source # | |
Defined in StackageToHackage.Stackage.YAML | |
data GhcOptions Source #
Constructors
| GhcOptions | |
Fields | |
Instances
| Show GhcOptions Source # | |
Defined in StackageToHackage.Stackage.Types Methods showsPrec :: Int -> GhcOptions -> ShowS # show :: GhcOptions -> String # showList :: [GhcOptions] -> ShowS # | |
| FromYAML GhcOptions Source # | |
Defined in StackageToHackage.Stackage.YAML | |
Constructors
| PkgId | |
Fields | |
data NewResolver Source #
Instances
| Show NewResolver Source # | |
Defined in StackageToHackage.Stackage.Types Methods showsPrec :: Int -> NewResolver -> ShowS # show :: NewResolver -> String # showList :: [NewResolver] -> ShowS # | |
| FromYAML NewResolver Source # | |
Defined in StackageToHackage.Stackage.YAML | |
data ResolverRef Source #
Instances
| Show ResolverRef Source # | |
Defined in StackageToHackage.Stackage.Types Methods showsPrec :: Int -> ResolverRef -> ShowS # show :: ResolverRef -> String # showList :: [ResolverRef] -> ShowS # | |
| FromYAML ResolverRef Source # | |
Defined in StackageToHackage.Stackage.YAML | |