haskell / alex

A lexical analyser generator for Haskell
https://hackage.haskell.org/package/alex
BSD 3-Clause "New" or "Revised" License
297 stars 82 forks source link

Get rid of QuickCheck dependency. #122

Closed vmchale closed 6 years ago

vmchale commented 6 years ago

This removes the QuickCheck dependency. There are a bunch of Arbitrary/Coarbitrary instances and viele properties which as far as I can tell are not used anywhere.

This would be convenient for some of my packages, as it would make them more lightweight.

erikd commented 6 years ago

This looks reasonable. My only suggestion would be to squash that into a single commit.