Added 'allow-newer' to cabal.project.
This commit is contained in:
parent
4e22de1fcd
commit
4461134b14
2 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
packages: pandoc.cabal
|
||||
|
||||
allow-newer: haddock-library:base
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/pandoc-citeproc
|
||||
|
|
Loading…
Reference in a new issue