From 70660ba00355c297f0cfda4e48910ce5d4e86150 Mon Sep 17 00:00:00 2001 From: John Christopher McAlpine Date: Fri, 29 Mar 2019 15:06:38 +0100 Subject: [PATCH] update pgocaml dependency to >=3.1 to reflect PPX --- opam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opam b/opam index b346d937a..5626ef927 100644 --- a/opam +++ b/opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "ocsigen-start" -version: "1.5.0" +version: "1.5.ppx" authors: "dev@ocsigen.org" maintainer: "dev@ocsigen.org" synopsis: "An Eliom application skeleton ready to use to build your own application with users, (pre)registration, notifications, etc" @@ -14,7 +14,7 @@ install: [ make "install" ] remove: [ make "uninstall" ] depends: [ "ocaml" {>= "4.06.1"} - "pgocaml" {>= "2.3"} + "pgocaml" {>= "3.1"} "macaque" {>= "0.7.4"} "safepass" {>= "3.0"} "ocsigen-i18n" {>= "3.1.0"}