Skip to content

Commit

Permalink
Add minimum OCaml version to opam file
Browse files Browse the repository at this point in the history
Irmin 1.3 no longer works on 4.05 for some reason:

    File "src/irmin/type.ml", line 1123, characters 21-24:
    Error: The type constructor t expects 2 argument(s),
           but is here applied to 1 argument(s)
  • Loading branch information
talex5 committed Dec 12, 2020
1 parent 1af98a8 commit ef8c976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuekeeper.opam
Expand Up @@ -7,7 +7,7 @@ license: "GNU LESSER GENERAL PUBLIC LICENSE, v2.1"
homepage: "https://github.com/talex5/cuekeeper"
bug-reports: "https://github.com/talex5/cuekeeper/issues"
depends: [
"ocaml"
"ocaml" {>= "4.07"}
"sexplib" {>= "v0.13.0"}
"uuidm"
"irmin"
Expand Down

0 comments on commit ef8c976

Please sign in to comment.