Commit Graph

4 Commits

Author SHA1 Message Date
Jappie Klooster
35d8fa4786 Force usage of http-reverse-proxy above 0.6.0.1
This prevents a DoS attack by using a head followed by
a post.
There is a test to confirm this on keter as well.

This includes several internal changes as well,
such as
Getting rid of HMState alias,
and
remove perform action & adjustbound from withclient where block

chop up the withclient function to make it easier to understand,
alsom makes the flow of bound values more explicit in type
signatures.
2022-05-16 11:59:34 -04:00
Jappie Klooster
3aa1dd53d1 Change nix to not be kept up to date with cabal file
These changes don't need to be kept up to date with cabal file

This also closes https://github.com/snoyberg/keter/issues/263

Fix all incoming issues with this change
2022-05-13 11:00:04 -04:00
Jappie Klooster
60a61021f9 add building of incoming to CI
delete threaddelay

Update changelog
2022-04-21 17:32:05 -04:00
Jappie Klooster
9457e26a75 Add nix shell
This provides a basic nix shell with cabal
and a pin.
It's pretty much cabal2nix . --shell
2022-03-02 15:10:59 +01:00