hex comes from git_http but it is used by the application, it's better to depend on it explicitely

This commit is contained in:
Romain Calascibetta 2022-10-21 18:02:09 +02:00
parent 7d1c9b0814
commit c4a95d9614

View file

@ -68,6 +68,7 @@ let mirror =
~packages:[ ~packages:[
package ~min:"0.3.0" ~sublibs:[ "mirage" ] "paf" ; package ~min:"0.3.0" ~sublibs:[ "mirage" ] "paf" ;
package "h2" ; package "h2" ;
package "hex" ;
package "httpaf" ; package "httpaf" ;
package ~pin:"git+https://git.robur.io/robur/git-kv.git#main" "git-kv" ; package ~pin:"git+https://git.robur.io/robur/git-kv.git#main" "git-kv" ;
package ~min:"3.10.0" "git-paf" ; package ~min:"3.10.0" "git-paf" ;