mirror of
https://github.com/srid/ema.git
synced 2024-11-09 19:57:51 +03:00
40ef7f0e15
* Change typeclass to be `Ema r`. * Error out when allRoutes returns empty, in gen. Fixes #73 * Fix runEmaPure and Ema instance for () * Update nixpkgs, and add bin/repl
5 lines
63 B
Bash
Executable File
5 lines
63 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -xe
|
|
|
|
exec nix develop -c cabal -- repl
|