Filter for linking Agda identifiers in inline code spans
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.

13 lines
387 B

2 years ago
  1. cabal-version: 2.2
  2. name: agda-reference-filter
  3. version: 0.1.0.0
  4. executable agda-reference-filter
  5. hs-source-dirs: src
  6. main-is: Main.hs
  7. default-language: Haskell2010
  8. build-depends: base >= 4.7 && < 5
  9. , tagsoup
  10. , pandoc-types
  11. , unordered-containers
  12. , text