spl / dlist

Difference lists in Haskell
https://hackage.haskell.org/package/dlist
BSD 3-Clause "New" or "Revised" License
65 stars 15 forks source link

Patch dlist up for GHC 8.8.1 #32

Closed vmchale closed 5 years ago

vmchale commented 5 years ago

This uses a pre-release of GHC 8.8.1

spl commented 5 years ago

Thanks! Would it be possible for you to add a test or two for fail and update the .travis.yml to include GHC 8.8.1?

vmchale commented 5 years ago

Hmm looks like splitmix's bounds are a little too tight.

spl commented 5 years ago

@vmchale Thanks for the updates! I guess there are two options: updating splitmix or making this an “allowed failure” for Travis.

vmchale commented 5 years ago

I think it's best to allow failures on travis - I'm not sure when splitmix will be updated!

spl commented 5 years ago

Thanks again! I massaged the commits a bit and pushed to master.