diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-02-03 17:15:18 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2022-02-07 08:42:17 +0000 |
commit | f84d2b90f9ae3768b16a9f49c013917cb2485014 (patch) | |
tree | 56044a7d07d73c3eca7f603dd1c966f044741fe3 /utils/notes-util/notes-util.cabal | |
parent | 6fa4d7d67bf1ace294a4c27dd2114e39b1251988 (diff) | |
download | haskell-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.cabal | 3 |
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 |