haskell: move patches to patches directory

This commit is contained in:
obadz
2015-08-06 11:14:05 +01:00
parent 23f5a23ec7
commit 3801ef5912
12 changed files with 6 additions and 6 deletions
@@ -53993,7 +53993,7 @@ self: {
version = "0.1.0.9";
sha256 = "0ibrr1dxa35xx20cpp8jzgfak1rdmy344dfwq4vlq013c6w8z9mg";
buildDepends = [ base ];
patches = [ ./ghc-paths-nix.patch ];
patches = [ ./patches/ghc-paths-nix.patch ];
description = "Knowledge of GHC's installation directories";
license = stdenv.lib.licenses.bsd3;
}) {};