diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-02-02 16:39:20 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-02-08 05:28:42 -0500 |
commit | bc5cbce61b57f57cadf5c25fa3e60cf34c3b98ea (patch) | |
tree | 36350006a6f06895c8b6e74cd785ed18d5584d58 /utils/notes-util/notes-util.cabal | |
parent | 1a9438594d6d5280dfe43e4e597dd0380963268d (diff) | |
download | haskell-bc5cbce61b57f57cadf5c25fa3e60cf34c3b98ea.tar.gz |
Add notes linter to testsuite
Diffstat (limited to 'utils/notes-util/notes-util.cabal')
-rw-r--r-- | utils/notes-util/notes-util.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/notes-util/notes-util.cabal b/utils/notes-util/notes-util.cabal index 643fd163fd..bba734e03b 100644 --- a/utils/notes-util/notes-util.cabal +++ b/utils/notes-util/notes-util.cabal @@ -8,7 +8,7 @@ author: Ben Gamari maintainer: ben@smart-cactus.org copyright: (c) 2022 Ben Gamari -executable ghc-notes +executable notes-util main-is: Main.hs other-modules: Notes build-depends: base >= 4 && < 5 , |