From 94b4fa64feb33ab3c6835653e252de68ee25640c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 24 Oct 2018 12:31:56 +0200 Subject: [PATCH] disregard over-specified version constraints in brick and config-ini These packages work fine with the latest version of their dependencies. They just don't say so on Hackage. --- cabal.project | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cabal.project b/cabal.project index f3846116b..ce686d3d4 100644 --- a/cabal.project +++ b/cabal.project @@ -3,3 +3,7 @@ packages: hledger-lib hledger-ui hledger-web hledger-api + +allow-newer: + brick:base + config-ini:containers