mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-25 19:22:08 +03:00
remove unused NamedFieldPuns
This commit is contained in:
parent
e886dc0f83
commit
152d3d6c07
@ -2,7 +2,6 @@
|
||||
{-# LANGUAGE CPP #-}
|
||||
{-# OPTIONS_HADDOCK hide #-}
|
||||
{-# LANGUAGE NoMonomorphismRestriction #-}
|
||||
{-# LANGUAGE NamedFieldPuns #-}
|
||||
{-# OPTIONS_GHC -funbox-strict-fields -O #-}
|
||||
|
||||
module Data.Terminfo.Parse
|
||||
|
@ -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,6 +1,5 @@
|
||||
-- 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