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:
parent
d815bb8635
commit
7b61c7f5d0
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -24,7 +24,6 @@ dist
|
||||||
cabal-dev
|
cabal-dev
|
||||||
.cabal-sandbox
|
.cabal-sandbox
|
||||||
cabal.sandbox.config
|
cabal.sandbox.config
|
||||||
cabal.config
|
|
||||||
.stack-work
|
.stack-work
|
||||||
# Project-local emacs configuration
|
# Project-local emacs configuration
|
||||||
.dir-locals.el
|
.dir-locals.el
|
||||||
|
|
3
cabal.config
Normal file
3
cabal.config
Normal 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
|
|
@ -35,6 +35,7 @@ Description:
|
||||||
-- make cabal install git-annex work.
|
-- make cabal install git-annex work.
|
||||||
Extra-Source-Files:
|
Extra-Source-Files:
|
||||||
stack.yaml
|
stack.yaml
|
||||||
|
cabal.config
|
||||||
README
|
README
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
NEWS
|
NEWS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue