File tree 8 files changed +542
-42
lines changed
8 files changed +542
-42
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
restore-keys : |
22
22
${{ runner.os }}-npm-
23
23
24
- - name : Cache bower modules
24
+ - name : Cache spago modules
25
25
uses : actions/cache@v1
26
26
with :
27
- path : bower_components
28
- key : ${{ runner.os }}-deps-${{ hashFiles('bower.json ') }}
27
+ path : .spago
28
+ key : ${{ runner.os }}-deps-${{ hashFiles('packages.dhall') }}-${{ hashFiles('spago.dhall') }}-${{ hashFiles('test.dhall ') }}
29
29
restore-keys : |
30
30
${{ runner.os }}-deps-
31
31
Original file line number Diff line number Diff line change 3
3
/.pulp-cache /
4
4
/output /
5
5
/generated-docs /
6
+ /.psc-package /
6
7
/.psc *
7
8
/.purs *
8
9
/.psa *
10
+ /.spago
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " purescript-bucketchain-header-utils" ,
3
- "license" : " MIT" ,
4
- "homepage" : " https://github.com/Bucketchain/purescript-bucketchain-header-utils" ,
5
- "authors" : [
6
- " Shinya Takahashi <s.takahashi313@gmail.com>"
7
- ],
8
- "description" : " The HTTP header utilities of Bucketchain." ,
9
- "keywords" : [
10
- " purescript" ,
11
- " webserver" ,
12
- " header"
13
- ],
14
- "repository" : {
15
- "type" : " git" ,
16
- "url" : " https://github.com/Bucketchain/purescript-bucketchain-header-utils"
17
- },
18
- "moduleType" : [
19
- " node"
20
- ],
21
- "ignore" : [
22
- " **/.*" ,
23
- " node_modules" ,
24
- " bower_components" ,
25
- " output"
26
- ],
27
- "dependencies" : {
28
- "purescript-bucketchain" : " ^1.0.0"
29
- },
30
- "devDependencies" : {
31
- "purescript-assert" : " ^6.0.0"
32
- }
2
+ "name" : " purescript-bucketchain-header-utils" ,
3
+ "license" : [
4
+ " MIT"
5
+ ],
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/Bucketchain/purescript-bucketchain-header-utils"
9
+ },
10
+ "ignore" : [
11
+ " **/.*" ,
12
+ " node_modules" ,
13
+ " bower_components" ,
14
+ " output"
15
+ ],
16
+ "dependencies" : {
17
+ "purescript-arrays" : " ^v7.1.0" ,
18
+ "purescript-bucketchain" : " ^v1.0.1" ,
19
+ "purescript-datetime" : " ^v6.1.0" ,
20
+ "purescript-effect" : " ^v4.0.0" ,
21
+ "purescript-foreign-object" : " ^v4.1.0" ,
22
+ "purescript-integers" : " ^v6.0.0" ,
23
+ "purescript-maybe" : " ^v6.0.0" ,
24
+ "purescript-prelude" : " ^v6.0.1" ,
25
+ "purescript-strings" : " ^v6.0.1" ,
26
+ "purescript-tuples" : " ^v7.0.0"
27
+ }
33
28
}
You can’t perform that action at this time.
0 commit comments