Skip to content

Commit

Permalink
Restrict Gospel version
Browse files Browse the repository at this point in the history
Next Gospel release is expected to include breaking changes.
  • Loading branch information
n-osborne committed Jul 3, 2024
1 parent 5c00595 commit bde907a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
(cmdliner (>= 1.1.0))
fmt
(ppxlib (>= 0.26.0))
(gospel (>= 0.3.0))
(gospel (= 0.3.0))
(alcotest (and :with-test (>= 0.8.1)))
(ortac-runtime :with-test))
(sites
Expand Down Expand Up @@ -80,7 +80,7 @@
(cmdliner (>= 1.1.0))
fmt
(ppxlib (>= 0.26.0))
(gospel (>= 0.3.0))
(gospel (= 0.3.0))
(alcotest (and :with-test (>= 0.8.1)))
ortac-core
(ortac-runtime :with-test)))
Expand All @@ -105,7 +105,7 @@
(cmdliner (>= 1.1.0))
fmt
(ppxlib (>= 0.26.0))
(gospel (>= 0.3.0))
(gospel (= 0.3.0))
(monolith (and :with-test (>= 20201026)))
(pprint :with-test)
ortac-core
Expand Down Expand Up @@ -156,7 +156,7 @@
fmt
(ppxlib (>= 0.26.0))
(mdx (and :with-test (>= 2.3.0)))
(gospel (>= 0.3.0))
(gospel (= 0.3.0))
(qcheck-core :with-test)
(qcheck-stm :with-test)
(qcheck-multicoretests-util :with-test)
Expand Down
2 changes: 1 addition & 1 deletion ortac-core.opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"cmdliner" {>= "1.1.0"}
"fmt"
"ppxlib" {>= "0.26.0"}
"gospel" {>= "0.3.0"}
"gospel" {= "0.3.0"}
"alcotest" {with-test & >= "0.8.1"}
"ortac-runtime" {with-test}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion ortac-monolith.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"cmdliner" {>= "1.1.0"}
"fmt"
"ppxlib" {>= "0.26.0"}
"gospel" {>= "0.3.0"}
"gospel" {= "0.3.0"}
"monolith" {with-test & >= "20201026"}
"pprint" {with-test}
"ortac-core"
Expand Down
2 changes: 1 addition & 1 deletion ortac-qcheck-stm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ depends: [
"fmt"
"ppxlib" {>= "0.26.0"}
"mdx" {with-test & >= "2.3.0"}
"gospel" {>= "0.3.0"}
"gospel" {= "0.3.0"}
"qcheck-core" {with-test}
"qcheck-stm" {with-test}
"qcheck-multicoretests-util" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion ortac-wrapper.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ depends: [
"cmdliner" {>= "1.1.0"}
"fmt"
"ppxlib" {>= "0.26.0"}
"gospel" {>= "0.3.0"}
"gospel" {= "0.3.0"}
"alcotest" {with-test & >= "0.8.1"}
"ortac-core"
"ortac-runtime" {with-test}
Expand Down

0 comments on commit bde907a

Please sign in to comment.