File tree 4 files changed +21
-14
lines changed 4 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 1
- .psci *
2
- bower_components /
3
- output /
4
- .psc-package
5
- .psc-ide-port
1
+ /. *
2
+ ! /.gitignore
3
+ ! /.travis.yml
4
+ package-lock.json
5
+ /bower_components /
6
+ /node_modules /
7
+ /output /
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
dist : trusty
3
3
sudo : required
4
- node_js : 6
4
+ node_js : stable
5
+ env :
6
+ - PATH=$HOME/purescript:$PATH
5
7
install :
8
+ - TAG=$(wget -q -O - https://github.com/purescript/purescript/releases/latest --server-response --max-redirect 0 2>&1 | sed -n -e 's/.*Location:.*tag\///p')
9
+ - wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
10
+ - tar -xvf $HOME/purescript.tar.gz -C $HOME/
11
+ - chmod a+x $HOME/purescript
6
12
- npm install -g bower
7
13
- npm install
8
14
script :
Original file line number Diff line number Diff line change 14
14
"url" : " git://github.com/purescript-contrib/purescript-aff-coroutines.git"
15
15
},
16
16
"dependencies" : {
17
- "purescript-aff" : " #compiler/0.12 " ,
18
- "purescript-avar" : " #compiler/0.12 " ,
19
- "purescript-console" : " #compiler/0.12 " ,
20
- "purescript-coroutines" : " #compiler/0.12 "
17
+ "purescript-aff" : " ^5.0.0 " ,
18
+ "purescript-avar" : " ^3.0.0 " ,
19
+ "purescript-console" : " ^4.1.0 " ,
20
+ "purescript-coroutines" : " ^5.0.0 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change 6
6
"test" : " pulp test"
7
7
},
8
8
"devDependencies" : {
9
- "pulp" : " ^11.0.0" ,
10
- "purescript-psa" : " ^0.5.0" ,
11
- "purescript" : " ^0.11.0" ,
12
- "rimraf" : " ^2.5.4"
9
+ "pulp" : " ^12.2.0" ,
10
+ "purescript-psa" : " ^0.6.0" ,
11
+ "rimraf" : " ^2.6.2"
13
12
}
14
13
}
You can’t perform that action at this time.
0 commit comments