summaryrefslogtreecommitdiff
path: root/utils/notes-util/notes-util.cabal
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-02-03 17:15:18 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2022-02-07 08:42:17 +0000
commitf84d2b90f9ae3768b16a9f49c013917cb2485014 (patch)
tree56044a7d07d73c3eca7f603dd1c966f044741fe3 /utils/notes-util/notes-util.cabal
parent6fa4d7d67bf1ace294a4c27dd2114e39b1251988 (diff)
downloadhaskell-wip/notes-linter.tar.gz
Add suggestion mode to notes-utilwip/notes-linter
Diffstat (limited to 'utils/notes-util/notes-util.cabal')
-rw-r--r--utils/notes-util/notes-util.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/notes-util/notes-util.cabal b/utils/notes-util/notes-util.cabal
index bba734e03b..41b1a5afdd 100644
--- a/utils/notes-util/notes-util.cabal
+++ b/utils/notes-util/notes-util.cabal
@@ -16,5 +16,6 @@ executable notes-util
containers,
directory,
text,
- process
+ process,
+ array
default-language: Haskell2010