Skip to content

Commit

Permalink
Bump to Ocaml 4.08 (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata authored Jan 9, 2020
1 parent db3ee77 commit 0665f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let nixpkgs = (import ./nix/nixpkgs.nix).nixpkgs {
inherit system;
overlays = [
# Selecting the ocaml version
(self: super: { ocamlPackages = self.ocaml-ng.ocamlPackages_4_07; })
(self: super: { ocamlPackages = self.ocaml-ng.ocamlPackages_4_08; })
# Additional ocaml package
(self: super: {
ocamlPackages = super.ocamlPackages // {
Expand Down
2 changes: 1 addition & 1 deletion test/repl/ok/stateful.stderr.ok
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
stdin:2.9-2.17: syntax error, unclosed text literal
stdin:2.9-2.17: type error, operator not defined for operand types
stdin:1.9-1.17: type error, operator not defined for operand types
Nat
and
Bool

0 comments on commit 0665f8b

Please sign in to comment.