File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,12 @@ workspace:
3
3
simple-json-generics:
4
4
path: ./
5
5
dependencies:
6
+ - control: ">=6.0.0 <7.0.0"
7
+ - foreign: ">=7.0.0 <8.0.0"
6
8
- prelude: ">=6.0.1 <7.0.0"
7
9
- simple-json: ">=9.0.0 <10.0.0"
10
+ - transformers: ">=6.0.0 <7.0.0"
11
+ - typelevel-prelude: ">=7.0.0 <8.0.0"
8
12
test_dependencies:
9
13
- assert
10
14
- spec
Original file line number Diff line number Diff line change @@ -6,8 +6,12 @@ workspace:
6
6
package :
7
7
name : simple-json-generics
8
8
dependencies :
9
+ - control : " >=6.0.0 <7.0.0"
10
+ - foreign : " >=7.0.0 <8.0.0"
9
11
- prelude : " >=6.0.1 <7.0.0"
10
12
- simple-json : " >=9.0.0 <10.0.0"
13
+ - transformers : " >=6.0.0 <7.0.0"
14
+ - typelevel-prelude : " >=7.0.0 <8.0.0"
11
15
test :
12
16
main : Test.Main
13
17
dependencies :
You can’t perform that action at this time.
0 commit comments