lucid-htmx: jailbreak to fix build
This commit is contained in:
parent
0d9edbcdd0
commit
cab946ac22
2 changed files with 12 additions and 1 deletions
|
@ -2596,6 +2596,18 @@ self: super: {
|
|||
})
|
||||
] super.fast-tags;
|
||||
|
||||
# lucid-htmx has restrictive upper bounds on lucid and servant:
|
||||
#
|
||||
# Setup: Encountered missing or private dependencies:
|
||||
# lucid >=2.9.12.1 && <=2.11, servant >=0.18.3 && <0.19
|
||||
#
|
||||
# Can be removed once
|
||||
#
|
||||
# > https://github.com/MonadicSystems/lucid-htmx/issues/6
|
||||
#
|
||||
# has been resolved.
|
||||
lucid-htmx = doJailbreak super.lucid-htmx;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super // (let
|
||||
# We need to build purescript with these dependencies and thus also its reverse
|
||||
# dependencies to avoid version mismatches in their dependency closure.
|
||||
|
|
|
@ -3084,7 +3084,6 @@ broken-packages:
|
|||
- lua-bc
|
||||
- luautils
|
||||
- lucid2
|
||||
- lucid-htmx
|
||||
- lucid-hyperscript
|
||||
- luis-client
|
||||
- luka
|
||||
|
|
Loading…
Reference in a new issue