summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Munn2020-02-16 15:10:03 +0700
committerJoey Hess2020-02-16 12:37:03 -0400
commitaa41b17e6e28018c3b50e4ea13e913dadefe5fcf (patch)
treeba09b755d9d9d59ea9d6705389dde5049d8468e4
parent2ff561b4f913cf9945cdbffc53dbdf516a4b47d8 (diff)
Fix typo in Arch Linux dependencies
-rw-r--r--src/Propellor/Bootstrap.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs
index 6ca133cb..746cf54e 100644
--- a/src/Propellor/Bootstrap.hs
+++ b/src/Propellor/Bootstrap.hs
@@ -200,7 +200,7 @@ depsCommand bs msys = "( " ++ intercalate " ; " (go bs) ++ ") || true"
, "haskell-exceptions"
, "haskell-stm"
, "haskell-text"
- , "hashell-hashable"
+ , "haskell-hashable"
]
archlinuxdeps Stack =
[ "gnupg"