mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-25 19:22:08 +03:00
Merge pull request #215 from hapytex/hlint/remove-unused-pragmas
Remove unused LANGUAGE pragmas
This commit is contained in:
commit
62f5ea36e8
@ -2,7 +2,6 @@
|
||||
{-# LANGUAGE CPP #-}
|
||||
{-# OPTIONS_HADDOCK hide #-}
|
||||
{-# LANGUAGE NoMonomorphismRestriction #-}
|
||||
{-# LANGUAGE NamedFieldPuns #-}
|
||||
{-# OPTIONS_GHC -funbox-strict-fields -O #-}
|
||||
|
||||
module Data.Terminfo.Parse
|
||||
|
@ -1,5 +1,4 @@
|
||||
-- Copyright 2009-2010 Corey O'Connor
|
||||
{-# LANGUAGE BangPatterns #-}
|
||||
{-# LANGUAGE NamedFieldPuns #-}
|
||||
{-# LANGUAGE DisambiguateRecordFields #-}
|
||||
-- | A Vty program makes 'Picture's from 'Image's. This module provides
|
||||
|
@ -1,5 +1,3 @@
|
||||
{-# LANGUAGE BangPatterns #-}
|
||||
|
||||
-- | The inline module provides a limited interface to changing the
|
||||
-- style of terminal output. The intention is for this interface to be
|
||||
-- used inline with other output systems.
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE RecordWildCards, NamedFieldPuns, CPP #-}
|
||||
{-# LANGUAGE RecordWildCards, CPP #-}
|
||||
-- | This module provides functions for accessing the current terminal
|
||||
-- or a specific terminal device.
|
||||
--
|
||||
|
@ -1,5 +1,4 @@
|
||||
-- Copyright Corey O'Connor
|
||||
{-# LANGUAGE BangPatterns #-}
|
||||
{-# LANGUAGE RankNTypes #-}
|
||||
{-# LANGUAGE ExistentialQuantification #-}
|
||||
{-# LANGUAGE GADTs #-}
|
||||
|
@ -1,4 +1,3 @@
|
||||
{-# LANGUAGE RecordWildCards #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE CPP #-}
|
||||
|
@ -1,4 +1,3 @@
|
||||
{-# LANGUAGE BangPatterns #-}
|
||||
-- A 'Picture' is a background paired with a set of 'Image' layers. The
|
||||
-- 'Picture' data structure is representative of the final terminal
|
||||
-- view.
|
||||
|
@ -1,6 +1,4 @@
|
||||
-- Copyright Corey O'Connor
|
||||
{-# LANGUAGE BangPatterns #-}
|
||||
{-# LANGUAGE NamedFieldPuns #-}
|
||||
{-# LANGUAGE GADTs #-}
|
||||
-- | A picture is translated into a sequences of state changes and
|
||||
-- character spans. The attribute is applied to all following spans,
|
||||
|
Loading…
Reference in New Issue
Block a user