maciej-bendkowski / boltzmann-brain

Analytic sampler compiler for combinatorial systems
BSD 3-Clause "New" or "Revised" License
30 stars 5 forks source link

Upgrade haskell-src-exts version #6

Closed maciej-bendkowski closed 4 years ago

maciej-bendkowski commented 7 years ago

Boltzmann brain should support with newest ghc. In particular, compiler crafting utilities should be adjusted to the new changes in haskell-src-exts.

maciej-bendkowski commented 7 years ago

Commit e6f24aca88a14d02871b8acd42613af541e7cee9 switches to the lts-9.1 stack resolver. With that, the default ghc version becomes 8.0.2. Nonetheless, haskell-src-exts-1.17.1 is still a hard dependency.

timsears commented 4 years ago

@maciej-bendkowski Just fyi, I started working on this in my fork, in the updates branch. Now compiles with ghc 8.65 and haskell-src-exts-1.21.1

Planning to add nix support before making a pull request.

timsears commented 4 years ago

see #16

maciej-bendkowski commented 4 years ago

Thanks, Tim! Your changes were merged.