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.
Note that glirc currently requires GHC 8.0.1
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 ghc-8 resolver (lts-7 resolvers can work using --solver)
$ stack init --resolver=ghc-8 $ stack build