haskell.packages.ghc92.{jacinda,regex-rure}: drop stale overrides

These were necessary since our broken flags were based on GHC 9.0. This
is not the case anymore and they are correct from the get-go.
This commit is contained in:
sternenseemann 2023-01-25 16:33:44 +01:00
parent f8d0403e2e
commit 65beecb5d9

View file

@ -90,10 +90,6 @@ self: super: {
# https://github.com/sjakobi/bsb-http-chunked/issues/38
bsb-http-chunked = dontCheck super.bsb-http-chunked;
# need bytestring >= 0.11 which is only bundled with GHC >= 9.2
regex-rure = doDistribute (markUnbroken super.regex-rure);
jacinda = doDistribute super.jacinda;
# 2022-08-01: Tests are broken on ghc 9.2.4: https://github.com/wz1000/HieDb/issues/46
hiedb = dontCheck super.hiedb;