haskell-nix / hnix

A Haskell re-implementation of the Nix expression language
https://hackage.haskell.org/package/hnix
BSD 3-Clause "New" or "Revised" License
741 stars 114 forks source link

Complete the implementation of `MonadHttp IO` #1050

Open soulomoon opened 2 years ago

soulomoon commented 2 years ago

The current implementation of getURL in MonadHttp IO is not complete. It seems hnix store provide enough functionality to complete it now.

soulomoon commented 2 years ago

I am trying to work on them here #1051.

soulomoon commented 2 years ago

Bumped into problems: https://github.com/haskell-nix/hnix/pull/1051#issuecomment-1030685325