Merge pull request #230720 from fetsorn/typo/haskell-modules
haskell-modules: fix typos
This commit is contained in:
commit
91ba7a3510
2 changed files with 3 additions and 3 deletions
|
@ -1474,7 +1474,7 @@ self: super: {
|
|||
]
|
||||
(doDistribute (unmarkBroken (dontCheck (doJailbreak super.reflex-dom-core))))));
|
||||
|
||||
# Tests disabled because they assume to run in the whole jsaddle repo and not the hackage tarbal of jsaddle-warp.
|
||||
# Tests disabled because they assume to run in the whole jsaddle repo and not the hackage tarball of jsaddle-warp.
|
||||
jsaddle-warp = dontCheck super.jsaddle-warp;
|
||||
|
||||
# 2020-06-24: Jailbreaking because of restrictive test dep bounds
|
||||
|
@ -1867,7 +1867,7 @@ self: super: {
|
|||
# Issue reported upstream, no bug tracker url yet.
|
||||
darcs = doJailbreak super.darcs;
|
||||
|
||||
# Too strict verion bounds on cryptonite and github.
|
||||
# Too strict version bounds on cryptonite and github.
|
||||
# PRs are merged, will be fixed next release or Hackage revision.
|
||||
nix-thunk = appendPatches [
|
||||
(fetchpatch {
|
||||
|
|
|
@ -38,7 +38,7 @@ default-package-overrides:
|
|||
- hnix-store-remote == 0.5.0.0 # 2022-06-17: Until hnix 0.17
|
||||
# reflex-dom-core 0.7.0.2 has no reflex 0.9 compatible release and most likely most people will want to use them together
|
||||
- reflex < 0.9.0.0
|
||||
# reqired by haskell-language-server 1.9.0.0
|
||||
# required by haskell-language-server 1.9.0.0
|
||||
- implicit-hie < 0.1.3
|
||||
# latest version requires Cabal >= 3.8
|
||||
- shake-cabal < 0.2.2.3
|
||||
|
|
Loading…
Reference in a new issue