@hackage safe-globals0.1.1
Safe top-level mutable variables which scope like ordinary values
Categories
License
BSD-3-Clause
Maintainer
Keegan McAllister <mcallister.keegan@gmail.com>
Links
Versions
Installation
Dependencies (3)
- base >=3 && <5
- stm >=2.1
- template-haskell >=2.4 Show all…
Dependents (1)
@hackage/acme-everything
safe-globals provides safe top-level mutable variables for Haskell, which scope like ordinary values.
Documentation is hosted at http://hackage.haskell.org/package/safe-globals
To build the documentation yourself, run
$ cabal configure && cabal haddock --hyperlink-source
This will produce HTML documentation under dist/doc/html/safe-globals