about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-01-17 20:06:27 +0100
committerPeter Simons <simons@cryp.to>2020-01-17 21:14:33 +0100
commit40420dc313c4aafd3ac9e9332bca2d0e3dbfbe79 (patch)
tree6ca78767a7fa237d537250e8516c8e314707b40c /pkgs/development/haskell-modules
parent672880966f318dc19d8c545021bf31f060c9f001 (diff)
downloadnixlib-40420dc313c4aafd3ac9e9332bca2d0e3dbfbe79.tar
nixlib-40420dc313c4aafd3ac9e9332bca2d0e3dbfbe79.tar.gz
nixlib-40420dc313c4aafd3ac9e9332bca2d0e3dbfbe79.tar.bz2
nixlib-40420dc313c4aafd3ac9e9332bca2d0e3dbfbe79.tar.lz
nixlib-40420dc313c4aafd3ac9e9332bca2d0e3dbfbe79.tar.xz
nixlib-40420dc313c4aafd3ac9e9332bca2d0e3dbfbe79.tar.zst
nixlib-40420dc313c4aafd3ac9e9332bca2d0e3dbfbe79.zip
haskell-doctemplates: provide the latest version when building pandoc 2.9.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml3
1 files changed, 3 insertions, 0 deletions
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