haskell-nix / hnix-store

Haskell implementation of the Nix store
Apache License 2.0
83 stars 22 forks source link

Compatible release of hnix-store-remote with hnix-store-core? #281

Open locallycompact opened 2 weeks ago

locallycompact commented 2 weeks ago

Running into this using latest versions of releases.

hnix-store-remote>     • In the second argument of ‘(.)’, namely ‘storePathToRawFilePath’
hnix-store-remote>       In the first argument of ‘Data.HashSet.map’, namely
hnix-store-remote>         ‘(fromStrict . storePathToRawFilePath)’
hnix-store-remote>       In the second argument of ‘(.)’, namely
hnix-store-remote>         ‘Data.HashSet.map (fromStrict . storePathToRawFilePath)’
hnix-store-remote>     |
hnix-store-remote> 121 |   (fromStrict . storePathToRawFilePath)
hnix-store-remote>     |                 ^^^^^^^^^^^^^^^^^^^^^^

from: https://gitlab.horizon-haskell.net/package-sets/horizon-core/-/jobs/1461397

sorki commented 2 weeks ago

Yes, I'm aware - I have a WIP -core/treewide change related to derivations (and a related PR in https://github.com/Gabriella439/Haskell-Nix-Derivation-Library/pull/24) that I'm not able to finish for months now since life is getting in the way.

I hope to cut a release of all packages soon^tm, since we have 5 more sub-packages and a lot of progress.