haskell-src-exts-simple: add override to fix version of the dependencies

This commit is contained in:
Peter Simons 2019-11-15 20:59:53 +01:00
parent 1e7e4d8e93
commit aed8e9536d

View file

@ -1315,4 +1315,7 @@ self: super: {
];
});
# Needs the corresponding version of haskell-src-exts.
haskell-src-exts-simple = super.haskell-src-exts-simple.override { haskell-src-exts = self.haskell-src-exts_1_22_0; };
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super