Skip to content

Commit

Permalink
Merge pull request #1496 from goblint/ppx_deriving-unpin
Browse files Browse the repository at this point in the history
Unpin ppx_deriving
  • Loading branch information
sim642 authored Jul 8, 2024
2 parents 8f0301f + a50dc81 commit b8a5bb9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Goblint includes analyses for assertions, overflows, deadlocks, etc and can be e
(zarith (>= 1.10))
(yojson (>= 2.0.0))
(qcheck-core (>= 0.19))
ppx_deriving
(ppx_deriving (>= 6.0.2))
(ppx_deriving_hash (>= 0.1.2))
(ppx_deriving_yojson (>= 3.7.0))
(ounit2 :with-test)
Expand Down
4 changes: 1 addition & 3 deletions goblint.opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ depends: [
"zarith" {>= "1.10"}
"yojson" {>= "2.0.0"}
"qcheck-core" {>= "0.19"}
"ppx_deriving"
"ppx_deriving" {>= "6.0.2"}
"ppx_deriving_hash" {>= "0.1.2"}
"ppx_deriving_yojson" {>= "3.7.0"}
"ounit2" {with-test}
Expand Down Expand Up @@ -97,8 +97,6 @@ available: os-distribution != "alpine" & arch != "arm64"
pin-depends: [
# published goblint-cil 2.0.3 is currently up-to-date, so no pin needed
[ "goblint-cil.2.0.3" "git+https://github.com/goblint/cil.git#ae3a4949d478fad77e004c6fe15a7c83427df59f" ]
# TODO: add back after release, only pinned for optimization (https://github.com/ocaml-ppx/ppx_deriving/pull/252)
[ "ppx_deriving.5.2.1" "git+https://github.com/ocaml-ppx/ppx_deriving.git#0a89b619f94cbbfc3b0fb3255ab4fe5bc77d32d6" ]
]
depexts: [
["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
Expand Down
8 changes: 2 additions & 6 deletions goblint.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ depends: [
"ounit2" {= "2.2.6" & with-test}
"pp" {= "1.1.2"}
"ppx_derivers" {= "1.2.1"}
"ppx_deriving" {= "5.2.1"}
"ppx_deriving" {= "6.0.2"}
"ppx_deriving_hash" {= "0.1.2"}
"ppx_deriving_yojson" {= "3.7.0"}
"ppxlib" {= "0.28.0"}
"ppxlib" {= "0.32.1"}
"qcheck-core" {= "0.20"}
"qcheck-ounit" {= "0.20" & with-test}
"re" {= "1.10.4" & with-doc}
Expand Down Expand Up @@ -137,10 +137,6 @@ pin-depends: [
"goblint-cil.2.0.3"
"git+https://github.com/goblint/cil.git#ae3a4949d478fad77e004c6fe15a7c83427df59f"
]
[
"ppx_deriving.5.2.1"
"git+https://github.com/ocaml-ppx/ppx_deriving.git#0a89b619f94cbbfc3b0fb3255ab4fe5bc77d32d6"
]
]
depexts: ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
description: """\
Expand Down
2 changes: 0 additions & 2 deletions goblint.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ available: os-distribution != "alpine" & arch != "arm64"
pin-depends: [
# published goblint-cil 2.0.3 is currently up-to-date, so no pin needed
[ "goblint-cil.2.0.3" "git+https://github.com/goblint/cil.git#ae3a4949d478fad77e004c6fe15a7c83427df59f" ]
# TODO: add back after release, only pinned for optimization (https://github.com/ocaml-ppx/ppx_deriving/pull/252)
[ "ppx_deriving.5.2.1" "git+https://github.com/ocaml-ppx/ppx_deriving.git#0a89b619f94cbbfc3b0fb3255ab4fe5bc77d32d6" ]
]
depexts: [
["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
Expand Down
2 changes: 1 addition & 1 deletion gobview
Submodule gobview updated 1 files
+2 −2 gobview.opam.locked

0 comments on commit b8a5bb9

Please sign in to comment.