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

wip/yesman
Peter Simons 5 years ago
parent 1e7e4d8e93
commit aed8e9536d
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -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

Loading…
Cancel
Save