| Age | Commit message (Collapse) | Author |
|
into hleiss/master
|
|
- update actions/cache to v4
- update haskell/actions/setup to haskell-actions/setup
- stack doesn't support ghc < 8.4, remove from CI
- don't fail immediately
- add -fpermissive flag to gcc
- only build 9.6.6 with macos and windows latest
- bump base upper bound
|
|
In preparation for deprecation, see https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid and https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
|
tryMatch p (VConst _ _) env = match sig f eqs as0
|
|
type; maybe a better solution for most cases than just one value
|
|
|
|
trees better
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compiles with GHC 9.0.2
|
|
|
|
This change speeds up profiling by an order of magnitude.
Without it, the >>= function for Get dominates runtime completely during profiling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #109
|
|
|
|
|
|
Issue 46 (various deprecations during compilation of GF)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #72
|