]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
Run HLint as a test suite.
[functorrent.git] / functorrent.cabal
index c70ff4e0c62ced4c1c66029bb15afc8e3d7ee6be..72295f66ef0d2d1df0e77fd999e57d794d59d1ed 100644 (file)
@@ -66,3 +66,11 @@ test-suite functorrent-test
                      doctest,
                      tasty,
                      tasty-hunit
+
+test-suite functorrent-hlint
+  type:              exitcode-stdio-1.0
+  default-language:  Haskell2010
+  hs-source-dirs:    test
+  main-is:           hlint.hs
+  build-depends:     base,
+                     hlint