Skip to content

Commit

Permalink
Migrating rungs to gs-weblang-cli repository
Browse files Browse the repository at this point in the history
  • Loading branch information
afska committed Jan 27, 2017
1 parent 9e80fcb commit 31a9150
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: haskell
before_install:
- wget https://github.com/mumuki/rungs/releases/download/v0.0.1/rungs-ubuntu64 -O rungs
- wget https://github.com/gobstones/gs-weblang-cli/releases/download/v1.3.3/rungs-ubuntu64 -O rungs
- chmod u+x rungs
- sudo mv rungs /usr/bin/rungs
- cabal install alex
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@ sudo apt-get install alex
sudo apt-get install happy
```

Mulang uses the `rungs` command to parse the Gobstones language - if you don't install it, Gobstones tests will fail:
Mulang uses the rungs` command to parse the Gobstones language - if you don't install it, Gobstones tests will fail:

```
wget https://github.com/mumuki/rungs/releases/download/v0.0.1/rungs-ubuntu64 -O rungs
wget https://github.com/gobstones/gs-weblang-cli/releases/download/v1.3.3/rungs-ubuntu64 -O rungs
chmod u+x rungs
sudo mv rungs /usr/bin/rungs
```
Expand Down
2 changes: 1 addition & 1 deletion mulang.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mulang
version: 0.2.8.0
version: 0.3.2.0
synopsis: The Mu Language, a non-computable extended Lambda Calculus
-- description:
license: MIT
Expand Down

0 comments on commit 31a9150

Please sign in to comment.