remove unused NamedFieldPuns

This commit is contained in:
Willem Van Onsem 2021-02-18 07:21:23 +01:00
parent e886dc0f83
commit 152d3d6c07
3 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,6 @@
{-# LANGUAGE CPP #-}
{-# OPTIONS_HADDOCK hide #-}
{-# LANGUAGE NoMonomorphismRestriction #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# OPTIONS_GHC -funbox-strict-fields -O #-}
module Data.Terminfo.Parse

View File

@ -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.
--

View File

@ -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,