Commit Graph

4 Commits

Author SHA1 Message Date
Peter Matta
26256ea4ed
Support GHC 9.8 (#108) (#112)
* Support GHC 9.8

* Update ghc-source-gen.cabal

* Add 9.8 GHC CI target
2024-04-01 08:56:12 -07:00
Brandon Chinn
c0a451bddf
Commit cabal file (#88)
* Add cabal files
* Simplify CI config
* Check that the Cabal file is up to date
2021-08-20 13:23:49 -07:00
Jinwoo Lee
6bc0965232 Support arithmetic sequences.
`from`      : [a .. ]
`fromThen`  : [a, b .. ]
`fromTo`    : [a .. b]
`fromThenTo`: [a, b .. c]

These are needed before supporting list comprehensions (#64).
2020-05-28 10:50:55 -07:00
Judah Jacobson
1346ef0ca8 Initial commit. 2019-07-09 13:58:46 -07:00