@hackage AC-BuildPlatform1.0.0
Detect which OS you're running on.
Categories
License
BSD-3-Clause
Maintainer
MathematicalOrchid@hotmail.com
Links
- Documentation
- No source repository
- Security
Versions
Installation
CustomDependencies (1)
Dependents (1)
@hackage/acme-everything
This package lets you easily query various facts about the system that your code is running on. Currently, it reports whether the operating system is "Windows" or "Unix", and also the name and version of the Haskell compiler used.
This package implements lots of complicated trickery to determine the build environment. Once built, other packages can query this information without needing to do complex trickery themselves.
Design assumptions:
You are using GHC, version 6.8.1 or newer.
You build this package using the Cabal-install tool. (Just doing
runhaskell Setupwon't work properly.)
If these conditions are not met, the package should still build,
it's just that all the compile-time constants will come back as
Nothing.
See also the included ReadMe.xhtml file.