stack-0.1.10.1: 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.