summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-01-07 12:34:58 +0100
committerPeter Simons <simons@cryp.to>2017-01-08 21:11:17 +0100
commit9729a8d0155508a524834462b0a21f35385d0c20 (patch)
treee9acef6b100e6fff98641b2474acb9a0e19a58da /pkgs/development/haskell-modules
parentc302d4a02fb213ab7f6ccf05bb71856f59ac2030 (diff)
downloadnixlib-9729a8d0155508a524834462b0a21f35385d0c20.tar
nixlib-9729a8d0155508a524834462b0a21f35385d0c20.tar.gz
nixlib-9729a8d0155508a524834462b0a21f35385d0c20.tar.bz2
nixlib-9729a8d0155508a524834462b0a21f35385d0c20.tar.lz
nixlib-9729a8d0155508a524834462b0a21f35385d0c20.tar.xz
nixlib-9729a8d0155508a524834462b0a21f35385d0c20.tar.zst
nixlib-9729a8d0155508a524834462b0a21f35385d0c20.zip
haskell-esqueleto: keep version 2.4.x around so that we can still build git-annex
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index 97d6bc5695e9..d07a9be0c4e9 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -2015,6 +2015,7 @@ extra-packages:
   - containers < 0.5                    # required to build alex with GHC 6.12.3
   - control-monad-free < 0.6            # newer versions don't compile with anything but GHC 7.8.x
   - deepseq == 1.3.0.1                  # required to build Cabal with GHC 6.12.3
+  - esqueleto < 2.5                     # needed for git-annex: https://github.com/bitemyapp/esqueleto/issues/8
   - 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.17                      # required on GHC 7.10.x