Finds (badly) unused imports based on Agda HTML output
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
797 B

2 years ago
  1. name: agda-unused-imports
  2. version: 0.1.0.0
  3. -- synopsis:
  4. -- description:
  5. homepage: https://github.com/plt-hokusai/agda-unused-imports#readme
  6. license: BSD3
  7. license-file: LICENSE
  8. author: Abigail Magalhães
  9. maintainer: [email protected]
  10. copyright: 2021 Abigail Magalhães
  11. category: Web
  12. build-type: Simple
  13. cabal-version: >=1.10
  14. extra-source-files: README.md
  15. executable agda-unused-imports
  16. hs-source-dirs: src
  17. main-is: Main.hs
  18. default-language: Haskell2010
  19. build-depends: base >= 4.7 && < 5
  20. , text
  21. , tagsoup
  22. , hashable
  23. , filepath
  24. , unordered-containers