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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Add Obelisk.Route.(?/), a convenience function for constructing routes nested in Maybe. (#457)
Add local unpacked packages to the ob run, ob watch, and ob repl sessions. Any .cabal or hpack package inside the current obelisk project will be loaded into the session. For ob run/ob watch this means the session will automatically reload when you save a source file in any of those packages. For ob repl it means that :r will reload changes to any of those packages. There are some edge cases where this integration is still rough. Report any issues you encounter. (#489)
Add ob hoogle command to start a local Hoogle server for the project. (#628)
ob thunk pack will now attempt to automatically detect if the thunk is a private or public repo. To avoid this detection, specify --private or --public manually. (#607)
Fix a bug in the plain git thunk loader for thunks marked as 'private' when the revision is not in the default branch. (#648)
Improve handling of runtime nix dependencies. This may fix some issues encountered particularly by users on systems other than NixOS.