From 77d6aa7957648f6d1ad238e6ca87c18af36b15e5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 24 May 2016 16:06:27 -0400 Subject: temporarily add cabal.config to support ghc 8.0.1 build This commit can be reverted once the library deps are worked out upstream. --- cabal.config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cabal.config (limited to 'cabal.config') diff --git a/cabal.config b/cabal.config new file mode 100644 index 000000000..9bc18cbd9 --- /dev/null +++ b/cabal.config @@ -0,0 +1,3 @@ +-- Temporary to support building with ghc 8.0.1, until all the library +-- dependencies get worked out upstream. +allow-newer: base,time,transformers -- cgit v1.2.3