Skip to content

Commit 8444972

Browse files
authored
Merge pull request #35 from reflex-frp/aa/bump-rp
2 parents d95a511 + cfbc228 commit 8444972

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ The following example uses [reflex-vty](https://github.com/reflex-frp/reflex-vty
4949
Developer environment
5050
---------------------
5151

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`.
5753

54+
From the shell, you can run `cabal` or `ghc` commands or `ghcid`.

reflex-platform/github.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"owner": "reflex-frp",
33
"repo": "reflex-platform",
4-
"branch": "release/1.0.1.0",
4+
"branch": "develop",
55
"private": false,
6-
"rev": "50099ce2bca93ef69cea615ec72152b4a7648de4",
7-
"sha256": "1ldzf3qznpysf4drkrvj7ysmdvrv6ddprnniylvcxccpp0f4krb7"
6+
"rev": "6fbaf9b5dafd3e1afc538049654fb8ab8ce64965",
7+
"sha256": "1a24s2agmmb3xnm97hhki6v0vi1h3280dihldqxghha07a9dsd3i"
88
}

0 commit comments

Comments
 (0)