File tree 2 files changed +5
-8
lines changed
2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,6 @@ The following example uses [reflex-vty](https://github.com/reflex-frp/reflex-vty
49
49
Developer environment
50
50
---------------------
51
51
52
- You can get ` ghcid ` running for working on the code with the command:
53
-
54
- ``` bash
55
- nix-shell -E ' ((import ./reflex-platform {}).ghc.callCabal2nix "reflex-process" ./. {}).env' --run ghcid
56
- ```
52
+ You can enter a development shell by running ` nix-shell ` .
57
53
54
+ From the shell, you can run ` cabal ` or ` ghc ` commands or ` ghcid ` .
Original file line number Diff line number Diff line change 1
1
{
2
2
"owner" : " reflex-frp" ,
3
3
"repo" : " reflex-platform" ,
4
- "branch" : " release/1.0.1.0 " ,
4
+ "branch" : " develop " ,
5
5
"private" : false ,
6
- "rev" : " 50099ce2bca93ef69cea615ec72152b4a7648de4 " ,
7
- "sha256" : " 1ldzf3qznpysf4drkrvj7ysmdvrv6ddprnniylvcxccpp0f4krb7 "
6
+ "rev" : " 6fbaf9b5dafd3e1afc538049654fb8ab8ce64965 " ,
7
+ "sha256" : " 1a24s2agmmb3xnm97hhki6v0vi1h3280dihldqxghha07a9dsd3i "
8
8
}
You can’t perform that action at this time.
0 commit comments