summaryrefslogtreecommitdiff
path: root/Alpha.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-06-01 22:22:13 -0700
committerBen Sima <ben@bsima.me>2020-06-02 11:35:19 -0700
commit78774e835ac0c564cf52a5e6dd0bf22b56761c4d (patch)
tree942c1a591c2e8792e7bf9b1a16eccbecf52b0efa /Alpha.hs
parent6aa4f1890a4e1327b5eabfb19386c94750223cbe (diff)
Initialize Hero database
Diffstat (limited to 'Alpha.hs')
-rw-r--r--Alpha.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alpha.hs b/Alpha.hs
index 5d08bc0..98c161b 100644
--- a/Alpha.hs
+++ b/Alpha.hs
@@ -97,4 +97,4 @@ joinWith = intercalate
-- | can you just not
don't :: Bool -> Bool
don't = do not
-{-# ANN don't "HLint: ignore Redundant do" #-}
+{-# ANN don't ("HLint: ignore Redundant do" :: String) #-}