diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-14 16:57:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-14 16:57:53 -0400 |
commit | fb353f52744fac9e2f338f0c2f809dc1075f0a65 (patch) | |
tree | 84e67a364c1df7042316e88e0929698d9b00d35f /standalone/linux | |
parent | d92c35ca10b371f0b72b6701f8619ec14f8083e5 (diff) |
typo
Diffstat (limited to 'standalone/linux')
-rwxr-xr-x | standalone/linux/install-haskell-packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/linux/install-haskell-packages b/standalone/linux/install-haskell-packages index 534a14507..d277dfa5e 100755 --- a/standalone/linux/install-haskell-packages +++ b/standalone/linux/install-haskell-packages @@ -3,7 +3,7 @@ # to all the necessary haskell packages being installed, with the # necessary patches to work on architectures that lack template haskell. # -# Note that the newest version of packages is installed. +# Note that the newest version of packages are installed. # It attempts to reuse patches for older versions, but # new versions of packages often break cross-compilation by adding TH, # etc |