Added 'allow-newer' to cabal.project.

This commit is contained in:
John MacFarlane 2018-09-26 22:19:36 -07:00
parent 4e22de1fcd
commit 4461134b14
2 changed files with 4 additions and 2 deletions

View file

@ -15,7 +15,7 @@ environment:
GHC_MINOR_VERSION: "8.6.1" GHC_MINOR_VERSION: "8.6.1"
GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-%GHC_MINOR_VERSION%\\bin\\ghc.exe" GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-%GHC_MINOR_VERSION%\\bin\\ghc.exe"
CABAL_VERSION: "2.4.0.0" 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" GHC_OPTS: "-fhide-source-paths"
ARCH: "x64" ARCH: "x64"
CHOCO_OPTS: "" CHOCO_OPTS: ""
@ -24,7 +24,7 @@ environment:
GHC_MINOR_VERSION: "8.6.1" GHC_MINOR_VERSION: "8.6.1"
GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-%GHC_MINOR_VERSION%\\bin\\ghc.exe" GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-%GHC_MINOR_VERSION%\\bin\\ghc.exe"
CABAL_VERSION: "2.4.0.0" 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" GHC_OPTS: "-fhide-source-paths"
ARCH: "x86" ARCH: "x86"
CHOCO_OPTS: "--x86" CHOCO_OPTS: "--x86"

View file

@ -1,5 +1,7 @@
packages: pandoc.cabal packages: pandoc.cabal
allow-newer: haddock-library:base
source-repository-package source-repository-package
type: git type: git
location: https://github.com/jgm/pandoc-citeproc location: https://github.com/jgm/pandoc-citeproc