haskell-nix / hnix-store

Haskell implementation of the Nix store
Apache License 2.0
85 stars 23 forks source link

Core: Internal modules are internal #125

Closed Anton-Latukha closed 3 years ago

Anton-Latukha commented 3 years ago

Closes: https://github.com/haskell-nix/hnix-store/issues/124

This internal API is not used in Remote or HNix.

Anton-Latukha commented 3 years ago

Ok, learned something new.

sorki commented 3 years ago

I wanted to do something similar for -remote but realized it's not that easy since tests can't import other-modules.