Skip to content

Commit

Permalink
Add pound-force as new unit
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Feb 3, 2018
1 parent 6b3dbff commit f9e2cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -13,7 +13,7 @@
"output"
],
"dependencies": {
"purescript-quantities": "^7.0.0",
"purescript-quantities": "^7.1.0",
"purescript-parsing": "^4.2.0",
"purescript-maps": "^3.0.0",
"jquery.terminal": "=1.6.3",
Expand Down
1 change: 1 addition & 0 deletions src/Insect/Parser.purs
Expand Up @@ -256,6 +256,7 @@ imperialUnitDict = Dictionary
, Q.yard ==> ["yards", "yard", "yd"]
, Q.foot ==> ["feet", "foot", "ft"]
, Q.ounce ==> ["ounces", "ounce", "oz"]
, Q.lbf ==> ["pound_force", "lbf"]
, Q.pound ==> ["pounds", "pound", "lb"]
, Q.gallon ==> ["gallons", "gallon", "gal"]
, Q.pint ==> ["pints", "pint"]
Expand Down

0 comments on commit f9e2cd6

Please sign in to comment.