mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-29 08:49:40 +03:00
remove unused BangPatterns
This commit is contained in:
parent
152d3d6c07
commit
b91829353f
@ -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,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,5 +1,4 @@
|
||||
-- Copyright Corey O'Connor
|
||||
{-# LANGUAGE BangPatterns #-}
|
||||
{-# 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