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

cabal-version: 2.2
name: agda-reference-filter
version: 0.1.0.0
executable agda-reference-filter
hs-source-dirs: src
main-is: Main.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, tagsoup
, pandoc-types
, unordered-containers
, text