Merge pull request 'Delete unix transitive deps from our tests' (#25) from remove-transitive-unix-deps into main
Reviewed-on: https://git.robur.io/robur/git-kv/pulls/25
This commit is contained in:
commit
eab6bf4e3c
2 changed files with 2 additions and 3 deletions
1
app/dune
1
app/dune
|
@ -1,4 +1,3 @@
|
|||
(executable
|
||||
(name mgit)
|
||||
(public_name mgit)
|
||||
(libraries mirage-clock-unix logs.fmt fmt.tty git-unix git-kv))
|
||||
|
|
|
@ -12,14 +12,14 @@ depends: [
|
|||
"dune" {>= "2.0.0"}
|
||||
"git" {>= "3.9.0"}
|
||||
"mirage-kv" {>= "4.0.0"}
|
||||
"git-unix" {>= "3.10.0"}
|
||||
"carton" {>= "0.6.0"}
|
||||
"fmt" {>= "0.8.7"}
|
||||
"mirage-clock-unix"
|
||||
"mirage-clock"
|
||||
"ptime"
|
||||
"hxd" {with-test}
|
||||
"conf-git" {with-test}
|
||||
"mirage-clock-unix" {with-test}
|
||||
"git-unix" {>= "3.10.0" & with-test}
|
||||
]
|
||||
|
||||
build: [
|
||||
|
|
Loading…
Reference in a new issue