stack-1.2.0: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Stack.Types.Compiler

Synopsis

Documentation

data WhichCompiler Source

Variety of compiler to use.

Constructors

Ghc 
Ghcjs 

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.