Skip to content

Commit 577e914

Browse files
committed
v2.1
1 parent 51e8a45 commit 577e914

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0
1+
2.1

opam/opam

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ remove: [
99
]
1010
depends: [
1111
"ocamlfind"
12-
"deriving" {>= "9999"}
1312
"lwt" {>= "2.4"}
1413
"menhir"
1514
]
15+
16+
depopts: ["deriving"]
17+
conflicts: ["deriving" {< "0.6"}]

0 commit comments

Comments
 (0)