sad: use patch file extension
This commit is contained in:
parent
204ea0bfb7
commit
cb4cc7a480
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
buildInputs = [ haskell.compiler.ghc844 spass ];
|
buildInputs = [ haskell.compiler.ghc844 spass ];
|
||||||
patches = [
|
patches = [
|
||||||
./patch
|
./patch.patch
|
||||||
# Since the LTS 12.0 update, <> is an operator in Prelude, colliding with
|
# Since the LTS 12.0 update, <> is an operator in Prelude, colliding with
|
||||||
# the <> operator with a different meaning defined by this package
|
# the <> operator with a different meaning defined by this package
|
||||||
./monoid.patch
|
./monoid.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user