summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorRobin Munn2020-03-05 10:33:52 +0700
committerJoey Hess2020-03-05 00:15:06 -0400
commit61b26e25263d2864a9a77447670c529e15706ed8 (patch)
treec17da7d4bcf3e83406d0856550e975dc614b1215 /src/Propellor
parent97714fbd7ff635545348ef78d3c763f79db07dc4 (diff)
Add haskell-type-errors package on Arch Linux
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Bootstrap.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs
index 746cf54e..d772d7c7 100644
--- a/src/Propellor/Bootstrap.hs
+++ b/src/Propellor/Bootstrap.hs
@@ -201,6 +201,7 @@ depsCommand bs msys = "( " ++ intercalate " ; " (go bs) ++ ") || true"
, "haskell-stm"
, "haskell-text"
, "haskell-hashable"
+ , "haskell-type-errors"
]
archlinuxdeps Stack =
[ "gnupg"