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

This commit is contained in:
Peter Simons
2014-10-19 16:55:24 +02:00
parent d1d0c03d88
commit 0e813e4fdd
+3 -1
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 {};