Paul Tsupikoff 0d9575ced8
buildMix: fix bootstrapping packages with hyphens in version
I'm using `buildMix` to build a package, which has a dependency with a hyphen in its version: `dialyxir-1.0.0-rc6`.
Due to `mix-bootstrap` using `string:tokens` the dependency ends up in `_build/prod/lib/dyalyxir1.0.0rc6` instead of `_build/prod/lib/dialyxir`.
Here I'm fixing it to use `string:split`, which splits by first hyphen only, and returns an array with no more than two elements.
2019-04-18 22:37:30 +03:00
..
2018-11-06 00:17:03 +01:00
2017-09-11 22:56:43 +02:00
2017-09-11 22:56:43 +02:00
2017-08-18 00:31:42 -07:00
2019-02-06 19:45:40 +01:00
2019-02-06 19:45:40 +01:00
2019-02-06 19:45:40 +01:00