You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`haskell-overlays/splices-load-save/load-splices.nix` in reflex-platform uses
the name of the package to pull out the splices. But we have two packages both
with the package name "reflex". This hack makes the TH one have the `reflex`
attribute name, so we splice with TH.
Gross, but gets the job done.
0 commit comments