Merge pull request #259414 from turion/haskell-updates
Haskell jailbreak updates
This commit is contained in:
commit
c807dcb1ab
@ -1789,11 +1789,6 @@ self: super: {
|
||||
# compatible with Cabal 3. No upstream repository found so far
|
||||
readline = appendPatch ./patches/readline-fix-for-cabal-3.patch super.readline;
|
||||
|
||||
# 2020-12-05: this package requires a newer version of http-client,
|
||||
# but it still compiles with older version:
|
||||
# https://github.com/turion/essence-of-live-coding/pull/86
|
||||
essence-of-live-coding-warp = doJailbreak super.essence-of-live-coding-warp;
|
||||
|
||||
# 2020-12-06: Restrictive upper bounds w.r.t. pandoc-types (https://github.com/owickstrom/pandoc-include-code/issues/27)
|
||||
pandoc-include-code = doJailbreak super.pandoc-include-code;
|
||||
|
||||
@ -2723,4 +2718,6 @@ self: super: {
|
||||
# https://github.com/kowainik/typerep-map/pull/128
|
||||
typerep-map = doJailbreak super.typerep-map;
|
||||
|
||||
# Too strict bounds on base
|
||||
kewar = doJailbreak super.kewar;
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
Loading…
Reference in New Issue
Block a user