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:
parent
d1d0c03d88
commit
0e813e4fdd
|
@ -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 {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue