runarorama / fuzzyfind

A Haskell library for fuzzy text search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation with base 4.14.*

sternenseemann opened this issue · comments

fuzzyfind compiles with base 4.14, but the version constraints in the cabal file are too restrictive.

I've set the constraints to reflect that it will build with any base version 4.*