You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #890 and the switch to relude, lookupEnv becomes ill defined.
relude exports lookupEnv but only starting from 1.0.0. As we have no version bounds on relude in hnix.cabal, the build is broken on some configurations.
The text was updated successfully, but these errors were encountered:
* `relude` previous history: #900, #902 & 1.0 changelog: https://hackage.haskell.org/package/relude-1.0.0.1/changelog.
* `base16-bytestring` used only in library.
* `semialign-indexed` deprecated.
* Removed some imports of packages that are not used (at least directly) in executable/tests/bench.
* Added Nixpkgs overrides according to new versions & revision. The same would must be done after HNix release in the Nixpkgs derivation declaration.
etc.
relude provides a number of lifted functions/instances, but those relude abilities is to do project-wide decigion of their use and would have a locking effect.
So kept the old origin.
With #890 and the switch to relude,
lookupEnv
becomes ill defined.relude exports
lookupEnv
but only starting from 1.0.0. As we have no version bounds on relude in hnix.cabal, the build is broken on some configurations.The text was updated successfully, but these errors were encountered: