haskellPackages.stack: Fix build of dependencies
* persistent-sqlite * pantry
This commit is contained in:
committed by
Peter Simons
parent
8a559a2a08
commit
dd75aa6b9b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user