cardano-addresses-jsbits-3.12.0: Javascript code for ghcjs build of cardano-addresses.
Copyright© 2018-2021 IOHK
LicenseApache-2.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Address.Jsbits

Description

GHCJS compatibility support.

Synopsis

Documentation

addJsbitsDependency :: IO () Source #

This function does nothing except convince GHC that there is a dependency on the cardano-addresses-jsbits package.

This workaround will make sure that GHCJS includes the .js files from this package when linking.

For non-GHCJS it really does nothing.