From 30e423962c6032e3a7f26d3b4a848d1b499b1c82 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Tue, 21 Jan 2020 10:46:37 +0000 Subject: [PATCH] Allow newer optparse-applicative for ormolu Fixes building via cabal with ghc-8.8 until ormolu bumps its dependencies --- cabal.project | 1 + 1 file changed, 1 insertion(+) diff --git a/cabal.project b/cabal.project index c8c3c4b03..c5b49711f 100644 --- a/cabal.project +++ b/cabal.project @@ -17,3 +17,4 @@ constraints: write-ghc-environment-files: never index-state: 2020-01-07T22:09:46Z +allow-newer: ormolu:optparse-applicative