While trying to make tasklite build in nixpkgs I noticed that simple-sql-parser requires megaparsec to be <9.7. Maybe there's a good reason for that, but the Haskell package set in nixpkgs has now moved to megaparsec 9.7, and as such simple-sql-parser fails to build.
simple-sql-parser seems to compile and run its full test suite with megaparsec 9.7, so maybe the version boundaries can be relaxed a bit?