haddock fixups

This commit is contained in:
Corey O'Connor 2014-06-05 20:45:21 -07:00
parent 72a016a8c8
commit 99df296a3a
10 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,4 @@
{-# OPTIONS_HADDOCK hide #-}
-- Copyright 2009 Corey O'Connor
module Codec.Binary.UTF8.Debug
where

View File

@ -1,3 +1,4 @@
{-# OPTIONS_HADDOCK hide #-}
-- Copyright 2009 Corey O'Connor
module Data.Sequence.Extra where

View File

@ -1,6 +1,7 @@
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE NoMonomorphismRestriction #-}
{-# OPTIONS_GHC -funbox-strict-fields #-}
{-# OPTIONS_HADDOCK hide #-}
{- Evaluates the paramaterized terminfo string capability with the given parameters.
-
-}

View File

@ -1,4 +1,5 @@
{-# LANGUAGE BangPatterns #-}
{-# OPTIONS_HADDOCK hide #-}
{-# LANGUAGE NoMonomorphismRestriction #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# OPTIONS_GHC -funbox-strict-fields -O #-}

View File

@ -93,7 +93,7 @@ import qualified Text.Parsec.Token as P
type InputMap = [(Maybe String, String, Event)]
data Config = Config
{ specifiedEscPeriod :: Maybe Int
{ specifiedEscPeriod :: Maybe Int -- < See 'singleEscPeriod'
-- | Debug information is appended to this file if not Nothing.
, debugLog :: Maybe FilePath
-- | The (input byte, output event) pairs extend the internal input table of VTY and the table

View File

@ -1,3 +1,4 @@
{-# OPTIONS_HADDOCK hide #-}
module Graphics.Vty.Debug.Image where
import Graphics.Vty.Image

View File

@ -1,3 +1,4 @@
{-# OPTIONS_HADDOCK hide #-}
module Graphics.Vty.Inline.Unsafe where
import Graphics.Vty

View File

@ -1,3 +1,4 @@
{-# OPTIONS_HADDOCK hide #-}
-- This makes a kind of tri. Has space efficiency issues with large input blocks.
-- Likely building a parser and just applying that would be better.
-- I did not write this so I might just rewrite it for better understanding. Which is not the best

View File

@ -1,3 +1,4 @@
{-# OPTIONS_HADDOCK hide #-}
{-# LANGUAGE NoMonomorphismRestriction #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE CPP #-}

View File

@ -1,5 +1,5 @@
name: vty
version: 5.0.0
version: 5.0.1
license: BSD3
license-file: LICENSE
author: AUTHORS
@ -31,7 +31,7 @@ description:
&#169; 2006-2007 Stefan O'Rear; BSD3 license.
.
&#169; Corey O'Connor; BSD3 license.
cabal-version: >= 1.20.0
cabal-version: >= 1.18.0
build-type: Simple
data-files: README.md,
TODO,