aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-26 22:19:36 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-26 22:20:14 -0700
commit4461134b146051e0f3fe8a4b0787d0953709ce47 (patch)
tree432aa808f275de849d35d107e9a060f2f06380c8
parent4e22de1fcd649aa97e6800c4770eb01ebfb732a7 (diff)
downloadpandoc-4461134b146051e0f3fe8a4b0787d0953709ce47.tar.gz
Added 'allow-newer' to cabal.project.
-rw-r--r--appveyor.yml4
-rw-r--r--cabal.project2
2 files changed, 4 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7b71117a6..3429b0023 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,7 +15,7 @@ environment:
GHC_MINOR_VERSION: "8.6.1"
GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-%GHC_MINOR_VERSION%\\bin\\ghc.exe"
CABAL_VERSION: "2.4.0.0"
- CABAL_OPTS: "--allow-newer -fembed_data_files -fbibutils"
+ CABAL_OPTS: "-fembed_data_files -fbibutils"
GHC_OPTS: "-fhide-source-paths"
ARCH: "x64"
CHOCO_OPTS: ""
@@ -24,7 +24,7 @@ environment:
GHC_MINOR_VERSION: "8.6.1"
GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-%GHC_MINOR_VERSION%\\bin\\ghc.exe"
CABAL_VERSION: "2.4.0.0"
- CABAL_OPTS: "--allow-newer -flua_32bits -fembed_data_files -fbibutils"
+ CABAL_OPTS: "-flua_32bits -fembed_data_files -fbibutils"
GHC_OPTS: "-fhide-source-paths"
ARCH: "x86"
CHOCO_OPTS: "--x86"
diff --git a/cabal.project b/cabal.project
index 4652f116e..e06c1f3c4 100644
--- a/cabal.project
+++ b/cabal.project
@@ -1,5 +1,7 @@
packages: pandoc.cabal
+allow-newer: haddock-library:base
+
source-repository-package
type: git
location: https://github.com/jgm/pandoc-citeproc