From 9dde6816a79d1732e815bcd38aa8c602f8355a9b Mon Sep 17 00:00:00 2001
From: Oleg Grenrus <oleg.grenrus@iki.fi>
Date: Thu, 15 Feb 2018 18:13:42 +0200
Subject: [PATCH] Allow newer optparse-applicative for hackage-repo-tool

---
 cabal.project | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/cabal.project b/cabal.project
index 89e0f88f10..fc4cf07a7a 100644
--- a/cabal.project
+++ b/cabal.project
@@ -5,6 +5,10 @@ constraints: unix >= 2.7.1.0
 -- Uncomment to allow picking up extra local unpacked deps:
 --optional-packages: */
 
+-- Remove after hackage-repo-tool release
+allow-newer:
+  hackage-repo-tool:optparse-applicative
+
 program-options
   -- So us hackers get all the assertion failures early:
   --
-- 
GitLab