Skip to content

Commit

Permalink
fixed core_kernel version
Browse files Browse the repository at this point in the history
  • Loading branch information
osimon8 committed Mar 30, 2022
1 parent 5a7ada4 commit 596f57e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions combc.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.2.6"
version: "0.2.7"
synopsis: "C-style language that compiles to Factorio combinators"
maintainer: ["Owen Simon <osimon922@gmail.com>"]
authors: ["Owen Simon <osimon922@gmail.com>"]
Expand All @@ -10,7 +10,7 @@ bug-reports: "https://github.com/osimon8/CombinatorC/issues"
depends: [
"dune" {>= "3.0"}
"menhir"
"core_kernel" {= "0.14.2"}
"core_kernel" {= "v0.14.2"}
"ocamlgraph"
"yojson"
"zlib"
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(lang dune 3.0)
(using menhir 2.1)
(name combc)
(version 0.2.6)
(version 0.2.7)
(license "GPL-3.0")
(authors "Owen Simon <osimon922@gmail.com>")
(maintainers "Owen Simon <osimon922@gmail.com>")
Expand All @@ -10,5 +10,5 @@
(package
(name combc)
(synopsis "C-style language that compiles to Factorio combinators")
(depends "menhir" ("core_kernel" (= "0.14.2")) "ocamlgraph" "yojson" "zlib" "base64" "memcpy")
(depends "menhir" ("core_kernel" (= "v0.14.2")) "ocamlgraph" "yojson" "zlib" "base64" "memcpy")
)

0 comments on commit 596f57e

Please sign in to comment.