From 266c94ac8dcb11e1058b61b1b58e02fbbfe3fd2e Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Fri, 20 May 2022 10:35:19 +0200 Subject: Initial --- haddock-to-standalone.cabal | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 haddock-to-standalone.cabal (limited to 'haddock-to-standalone.cabal') diff --git a/haddock-to-standalone.cabal b/haddock-to-standalone.cabal new file mode 100644 index 0000000..795914a --- /dev/null +++ b/haddock-to-standalone.cabal @@ -0,0 +1,20 @@ +cabal-version: 2.0 +name: haddock-to-standalone +synopsis: Replace links in rendered haddocks with hackage links +version: 0.1.0.0 +license: MIT +author: Tom Smeding +maintainer: tom@tomsmeding.com +build-type: Simple + +executable haddock-to-standalone + main-is: + Main.hs + build-depends: + base >= 4.13 && < 4.15, + bytestring >= 0.11.3.1 && < 0.12, + directory >= 1.3.7.0 && < 1.4, + filepath >= 1.4.2.2 && < 1.5 + hs-source-dirs: . + default-language: Haskell2010 + ghc-options: -Wall -threaded -- cgit v1.2.3-70-g09d2