~jack/libtelnet-haskell

5fb0cb65b97dad78397a2c83e5fb95a9c20337b7 — Jack Kelly 4 years ago ba46f47
Drop unneeded extension
2 files changed, 1 insertions(+), 3 deletions(-)

M example/Main.hs
M mkdocs
M example/Main.hs => example/Main.hs +0 -2
@@ 1,5 1,3 @@
{-# LANGUAGE LambdaCase #-}

{-

This is a minimal telnet server that echoes its input back to the

M mkdocs => mkdocs +1 -1
@@ 4,6 4,6 @@ set -e
dir=$(mktemp -d dist-docs.XXXXXX)
trap 'rm -fr "$dir"' EXIT

cabal v2-haddock --builddir="$dir" --for-hackage --haddock-option=--hyperlinked-source
cabal haddock --builddir="$dir" --for-hackage --haddock-option=--hyperlinked-source
# Starting with cabal 2.0, `--publish` is needed for uploading to non-candidate releases
cabal upload -d $dir/*-docs.tar.gz