1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

haskell-hindent: build with old version of haskell-src-exts

This commit is contained in:
Peter Simons 2014-10-19 15:19:17 +02:00
parent d1d0c03d88
commit 0e813e4fdd

View file

@ -1208,7 +1208,9 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
hi = callPackage ../development/libraries/haskell/hi {};
hindent = callPackage ../development/libraries/haskell/hindent {};
hindent = callPackage ../development/libraries/haskell/hindent {
haskellSrcExts = self.haskellSrcExts_1_15_0_1;
};
hint = callPackage ../development/libraries/haskell/hint {};