Copyright | © 2018-2021 IOHK |
---|---|
License | Apache-2.0 |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
A compatibility function for the GHCJS build.
Synopsis
- ghcjsBuildSupport :: IO ()
Documentation
ghcjsBuildSupport :: IO () Source #
This function must be used somewhere, so that external Javascript files are correctly linked in the GHCJS build.
For non-GHCJS, it has no effect.