diff options
author | Joris | 2017-04-20 23:28:22 +0200 |
---|---|---|
committer | Joris | 2017-04-20 23:28:22 +0200 |
commit | b7a00a27d50353f53bd5e74a0c67f1a238518cb7 (patch) | |
tree | 1dba0e1c1775e7d0c723190984098bf1c9cb750f /src | |
parent | 92a6e02b7c4027da9c6c999e6d49d170c340f082 (diff) |
Update to ps 11.0.0
Diffstat (limited to 'src')
-rw-r--r-- | src/Food.purs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Food.purs b/src/Food.purs index 980eb44..8a6bb57 100644 --- a/src/Food.purs +++ b/src/Food.purs @@ -54,6 +54,8 @@ all = , { name: "Chataigne grillée", glycemicIndex: 60, carbohydrates: 42 } , { name: "Croissant", glycemicIndex: 60, carbohydrates: 57 } + , { name: "Chocolat noir 70%", glycemicIndex: 25, carbohydrates: 32 } + , { name: "Chocolat noir 85%", glycemicIndex: 20, carbohydrates: 24 } , { name: "Choux blanc", glycemicIndex: 15, carbohydrates: 4 } , { name: "Choux chinois", glycemicIndex: 15, carbohydrates: 1 } , { name: "Choux de bruxelles", glycemicIndex: 15, carbohydrates: 3 } @@ -92,7 +94,7 @@ all = , { name: "Farine de quinoa", glycemicIndex: 40, carbohydrates: 64 } , { name: "Farine de riz", glycemicIndex: 95, carbohydrates: 85 } , { name: "Farine de seigle complète T130", glycemicIndex: 45, carbohydrates: 59 } - , { name: "Farine de seigle intégraile T150", glycemicIndex: 45, carbohydrates: 59 } + , { name: "Farine de seigle intégrale T150", glycemicIndex: 45, carbohydrates: 59 } , { name: "Fécule de maïs", glycemicIndex: 85, carbohydrates: 88 } , { name: "Fenouil", glycemicIndex: 15, carbohydrates: 5 } , { name: "Fève", glycemicIndex: 15, carbohydrates: 14 } @@ -113,7 +115,7 @@ all = , { name: "Groseilles à maquereau", glycemicIndex: 25, carbohydrates: 6 } , { name: "Haricot beurre", glycemicIndex: 15, carbohydrates: 3 } - , { name: "Haricot blanc", glycemicIndex: 35, carbohydrates: 17 } + , { name: "Haricot blanc", glycemicIndex: 35, carbohydrates: 14 } , { name: "Haricot mange tout", glycemicIndex: 15, carbohydrates: 7 } , { name: "Haricot noir", glycemicIndex: 35, carbohydrates: 24 } , { name: "Haricot rouge", glycemicIndex: 35, carbohydrates: 15 } |