turion / essence-of-live-coding

Universal Live Coding & Functional Reactive Programming Framework
https://www.manuelbaerenz.de/#computerscience
64 stars 6 forks source link

relax dependency on http-client in tests of essence-of-live-coding-warp #86

Closed cdepillabout closed 2 years ago

cdepillabout commented 3 years ago

This PR relaxes the version of http-client required by essence-of-live-coding-warp.

It appears that essence-of-live-coding-warp is able to compile with an older version of http-client.

I made this change in Nixpkgs https://github.com/NixOS/nixpkgs/pull/137340/commits/02d3bde59a3543532db493a82da6073753e359d4 on PR https://github.com/NixOS/nixpkgs/pull/137340.

turion commented 3 years ago

I ran out of Travis credits and I'll change to Github Actions. Let's see whether I can rebase your branch on that and run CI.