summaryrefslogtreecommitdiff
path: root/linters/lint-notes/lint-notes.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'linters/lint-notes/lint-notes.cabal')
-rw-r--r--linters/lint-notes/lint-notes.cabal21
1 files changed, 21 insertions, 0 deletions
diff --git a/linters/lint-notes/lint-notes.cabal b/linters/lint-notes/lint-notes.cabal
new file mode 100644
index 0000000000..9896e74766
--- /dev/null
+++ b/linters/lint-notes/lint-notes.cabal
@@ -0,0 +1,21 @@
+cabal-version: 2.4
+name: lint-notes
+version: 0.1.0.0
+synopsis: A tool for querying and checking GHC Notes
+bug-reports: https://gitlab.haskell.org/ghc/ghc
+license: BSD-3-Clause
+author: Ben Gamari
+maintainer: ben@smart-cactus.org
+copyright: (c) 2022 Ben Gamari
+
+executable lint-notes
+ main-is: Main.hs
+ other-modules: Notes
+ build-depends: base >= 4 && < 5 ,
+ bytestring,
+ containers,
+ directory,
+ text,
+ process,
+ array
+ default-language: Haskell2010