mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 11:13:30 +00:00
haskellPackages.singleton-th: allow th-desugar-1.14
This commit is contained in:
parent
a3653dc9ef
commit
3d095b8b6e
@ -2519,6 +2519,9 @@ self: super: {
|
||||
doctest-parallel = dontCheck super.doctest-parallel;
|
||||
clash-prelude = dontCheck super.clash-prelude;
|
||||
|
||||
# Too strict upper bound on th-desugar, fixed in 3.1.1
|
||||
singletons-th = assert super.singletons-th.version == "3.1"; doJailbreak super.singletons-th;
|
||||
|
||||
# Ships a broken Setup.hs
|
||||
# https://github.com/lehins/conduit-aeson/issues/1
|
||||
conduit-aeson = overrideCabal (drv: {
|
||||
|
Loading…
Reference in New Issue
Block a user