sad: use patch file extension

This commit is contained in:
zowoq 2020-05-26 14:49:24 +10:00
parent 204ea0bfb7
commit cb4cc7a480
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation {
};
buildInputs = [ haskell.compiler.ghc844 spass ];
patches = [
./patch
./patch.patch
# Since the LTS 12.0 update, <> is an operator in Prelude, colliding with
# the <> operator with a different meaning defined by this package
./monoid.patch