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
Added some Prisms to the encoder library for manipulating DSums.
Add ob doc command, which lists paths to haddock documentation for specified packages.
Bump reflex-platform so that obelisk now uses GHC 8.6.5 and the nixos-19.03 nixpkgs set.
Add support in obelisk-route for single parameters in URL paths.
Bump reflex-platform so that obelisk now uses reflex-dom 0.5.2.0.
Use a --pure nix shell in ob run for parity with ob repl and more resilience against "works on my machine".
Pin usages of <nixpkgs> in obelisk thunks, etc. to the nixpkgs used by the project's obelisk impl.
Backport ACMEv2 support in obelisk server to regain LetsEncrypt account creation.
Enable HTTPS in ob run.
ob run now handles ghci errors better, and includes a custom ghcid
version. As a result, you no longer need to have ghcid installed to
use ob run, as we provide one for you.
ob commands now complain less on systems with umasks other than 0022.
Ignore package environment files in ob run and ob repl.