From b2ae031f8a68d0d3c5d9cef8a9f82ccaa75f9af3 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Sun, 3 Mar 2019 16:56:01 +0100
Subject: [PATCH] 8.8.1 is broken

---
 .gitlab-ci.yml | 5 -----
 README.md      | 2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 44fa266c6..016a258cd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,11 +48,6 @@ build-coq.8.8.2:
   variables:
     OPAM_PINS: "coq version 8.8.2"
 
-build-coq.8.8.1:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.8.1"
-
 build-coq.8.8.0:
   <<: *template
   variables:
diff --git a/README.md b/README.md
index b99d813d2..1d934d454 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ definitions and some derived forms is available in
 
 This version is known to compile with:
 
- - Coq 8.7.1 / 8.7.2 / 8.8.0 / 8.8.1 / 8.8.2 / 8.9.0
+ - Coq 8.7.1 / 8.7.2 / 8.8.0 / 8.8.2 / 8.9.0
  - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
 
 For a version compatible with Coq 8.6, have a look at the
-- 
GitLab