From 40420dc313c4aafd3ac9e9332bca2d0e3dbfbe79 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 17 Jan 2020 20:06:27 +0100 Subject: haskell-doctemplates: provide the latest version when building pandoc 2.9.x --- pkgs/development/haskell-modules/configuration-hackage2nix.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml index 2f8767a84387..a72ee71af3ac 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml @@ -67,6 +67,8 @@ core-packages: # comment saying "# LTS Haskell x.y". Any changes after that commend will be # lost the next time `update-stackage.sh` runs. default-package-overrides: + # pandoc-2.9 does not accept the 0.3 version yet + - doclayout < 0.3 # LTS Haskell 14.20 - abstract-deque ==0.3 - abstract-deque-tests ==0.3 @@ -2512,6 +2514,7 @@ extra-packages: - dbus <1 # for xmonad-0.26 - deepseq == 1.3.0.1 # required to build Cabal with GHC 6.12.3 - dhall == 1.27.0 # required for spago 0.13.0. Probably can be removed when next version of spago is available. + - doctemplates == 0.8 # required by pandoc-2.9.x - generic-deriving == 1.10.5.* # new versions don't compile with GHC 7.10.x - gloss < 1.9.3 # new versions don't compile with GHC 7.8.x - haddock == 2.22.* # required on GHC 8.0.x -- cgit 1.4.1