summaryrefslogtreecommitdiff
path: root/cabal.config
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-24 16:06:27 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-24 16:06:27 -0400
commit77d6aa7957648f6d1ad238e6ca87c18af36b15e5 (patch)
treebe31ccf19ff853228b0f635e9380da5e808cfbdf /cabal.config
parent938dbba657060bb65fadd2fe3337e6d577443132 (diff)
temporarily add cabal.config to support ghc 8.0.1 build
This commit can be reverted once the library deps are worked out upstream.
Diffstat (limited to 'cabal.config')
-rw-r--r--cabal.config3
1 files changed, 3 insertions, 0 deletions
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