Skip to content

Commit

Permalink
Remove includes: field from Cabal file
Browse files Browse the repository at this point in the history
The `includes:` field has been ignored by GHC from GHC 6.10.1 and Cabal has not supported GHC versions before GHC 6.12 from Cabal 2.0.
  • Loading branch information
mpilgrem committed Jun 29, 2024
1 parent 41ee972 commit 52f8644
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ansi-terminal/ansi-terminal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ Library
System.Console.ANSI.Windows.Win32.Types
System.Console.ANSI.Windows.Win32.MinTTY
Include-Dirs: win/include
Includes: errors.h
HsWin32.h
winternl_compat.h
Install-Includes: HsWin32.h
C-Sources: win/c-source/errors.c
win/c-source/HsWin32.c
Expand Down

0 comments on commit 52f8644

Please sign in to comment.