haskellPackages.stack: Fix build of dependencies

* persistent-sqlite
* pantry
This commit is contained in:
Malte Brandy
2020-11-20 20:57:38 +01:00
committed by Peter Simons
parent 8a559a2a08
commit dd75aa6b9b
2 changed files with 2 additions and 8 deletions
@@ -1423,4 +1423,6 @@ self: super: {
# https://github.com/haskell/hackage-security/issues/247
hackage-security = dontCheck super.hackage-security;
# 2020-11-17: persistent-test is ahead of the persistent version in stack
persistent-sqlite = dontCheck super.persistent-sqlite;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super