bitemyapp / bloodhound

Haskell Elasticsearch client and query DSL
bitemyapp.com
BSD 3-Clause "New" or "Revised" License
424 stars 118 forks source link

chore: Let shell.nix depend on nix flake #296

Closed supersven closed 1 month ago

supersven commented 1 month ago

It's usually better to have one source of truth (regarding package sources/versions) than two. So, use the compatibility mixin for those who want to keep using shell.nix.

GHC 9.2 is not supported anymore ("end of life".) Thus, we don't need overrides for it.

blackheaven commented 1 month ago

Thanks for your contribution!