Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add upper bound on ghcjs-base back into -jsffi
PR #105 relaxed the `ghcjs-base` bound on `ghcjs-dom-jsffi`, but the fix was for `ghcjs-dom-javascript`. We should not be using both `ghcjs-dom-jsffi` and `ghcjs-dom-javascript` at the same time. Packages should either depend on `ghcjs-dom` only (and let it choose the correct implementation library) or do something like: ``` if impl(ghc >9) build-depends: ghcjs-dom-javascript else build-depends: ghcjs-dom-jsffi ```
- Loading branch information