• Erik de Castro Lopo's avatar
    ihaskell-widgets: Make it compile with ghc 8.4 · 14c4de5a
    Erik de Castro Lopo authored
    GHC 8.4 allows value level operators (in this case list append, '++') to
    be used at the type level, so that the singletons package for GHC 8.4
    uses this operator whereas previous versions of singletons defined a ':++'
    operator for type level append.
    14c4de5a
Name
Last commit
Last update
..
Examples Loading commit data...
src/IHaskell/Display Loading commit data...
.gitignore Loading commit data...
ChangeLog.md Loading commit data...
LICENSE Loading commit data...
MsgSpec.md Loading commit data...
README.md Loading commit data...
Setup.hs Loading commit data...
ihaskell-widgets.cabal Loading commit data...
stack.yaml Loading commit data...