mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
haskell-sbv: fix build
This commit is contained in:
parent
2a71b5c313
commit
b9edab7a17
|
@ -886,4 +886,7 @@ self: super: {
|
|||
# missing dependencies: doctest ==0.12.*
|
||||
html-entities = doJailbreak super.html-entities;
|
||||
|
||||
# Needs a version that's newer than what we have in lts-9.
|
||||
sbv = super.sbv.override { doctest = self.doctest_0_13_0; };
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue