We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
glirc uses recent versions of packages, make sure you package databases are up-to-date:
$ cabal update # if you're using cabal $ stack update # if you're using stack
To install the latest version from Hackage using cabal-install:
$ cabal install glirc
Building with cabal-install from source checkout
$ cabal install --dep $ cabal build
Building with stack using lts-8 resolver
$ stack init --resolver=lts-8 --solver $ stack build