temporarily add cabal.config to support ghc 8.0.1 build

This commit can be reverted once the library deps are worked out upstream.
This commit is contained in:
Joey Hess 2016-05-24 16:06:27 -04:00
parent d815bb8635
commit 7b61c7f5d0
Failed to extract signature
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View file

@ -24,7 +24,6 @@ dist
cabal-dev
.cabal-sandbox
cabal.sandbox.config
cabal.config
.stack-work
# Project-local emacs configuration
.dir-locals.el

3
cabal.config Normal file
View file

@ -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

View file

@ -35,6 +35,7 @@ Description:
-- make cabal install git-annex work.
Extra-Source-Files:
stack.yaml
cabal.config
README
CHANGELOG
NEWS