Copyright | (c) Julian Ospald 2020 |
---|---|
License | LGPL-3.0 |
Maintainer | hasufell@hasufell.de |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
Documentation
getCommonRequirements :: PlatformResult -> ToolRequirements -> Maybe Requirements Source #
Get the requirements. Right now this combines GHC and cabal
and doesn't do fine-grained distinction. However, the ToolRequirements
type allows it.
rawRequirements :: Requirements -> Text Source #