travitch / persistent-vector

Persistent vectors for Haskell based on array mapped tries
BSD 3-Clause "New" or "Revised" License
27 stars 4 forks source link

Drop support for old GHC #18

Open treeowl opened 3 years ago

treeowl commented 3 years ago

We need some nasty crud to support GHC versions before 7.10. I'd love to drop support for those and strip out the nonsense like qualified imports of Control.Applicative.