stack-1.5.0: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Stack.Types.Compiler

Synopsis

Documentation

data CompilerVersion Source #

Specifies a compiler and its version number(s).

Note that despite having this datatype, stack isn't in a hurry to support compilers other than GHC.

NOTE: updating this will change its binary serialization. The version number in the BinarySchema instance for MiniBuildPlan should be updated.

Instances

Eq CompilerVersion Source # 
Data CompilerVersion Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompilerVersion -> c CompilerVersion #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompilerVersion #

toConstr :: CompilerVersion -> Constr #

dataTypeOf :: CompilerVersion -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CompilerVersion) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompilerVersion) #

gmapT :: (forall b. Data b => b -> b) -> CompilerVersion -> CompilerVersion #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompilerVersion -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompilerVersion -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompilerVersion -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompilerVersion -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompilerVersion -> m CompilerVersion #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompilerVersion -> m CompilerVersion #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompilerVersion -> m CompilerVersion #

Ord CompilerVersion Source # 
Show CompilerVersion Source # 
Generic CompilerVersion Source # 
ToJSON CompilerVersion Source # 
FromJSON CompilerVersion Source # 
FromJSONKey CompilerVersion Source # 
NFData CompilerVersion Source # 

Methods

rnf :: CompilerVersion -> () #

Store CompilerVersion Source # 
type Rep CompilerVersion Source #