# `hidden-char` [![Travis branch](https://img.shields.io/travis/rcook/hidden-char/master.svg)](https://travis-ci.org/rcook/hidden-char) [![Hackage](https://img.shields.io/hackage/v/hidden-char.svg)](http://hackage.haskell.org/package/hidden-char) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/rcook/hidden-char/master/LICENSE) Provides a `getHiddenChar` function that works on Windows, Linux and macOS ## Dev guide This project is built using the [Stack][stack] build tool. ### Build ``` stack build ``` ### Test ``` stack test ``` ### Upload package ``` stack upload . ``` ### Upload documentation ``` script/upload-haddocks ``` ## Releases [View change log for more information][change-log] ## Licence [MIT License][licence] Copyright © 2017, Richard Cook. [change-log]: CHANGELOG.md [licence]: LICENSE [stack]: http://haskellstack.org/