Skip to content

Commit

Permalink
Merge pull request #9662 from bgamari/wip/drop-unix-dep
Browse files Browse the repository at this point in the history
Cabal-syntax: Drop dependencies on unix and Win32
  • Loading branch information
mergify[bot] committed Jan 29, 2024
2 parents 0800125 + cd6f1ed commit e7abea5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Cabal-syntax/Cabal-syntax.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ library
-- See also https://github.com/ekmett/transformers-compat/issues/35
transformers (>= 0.3 && < 0.4) || (>=0.4.1.0 && <0.7)

if os(windows)
build-depends: Win32 >= 2.3.0.0 && < 2.14
else
build-depends: unix >= 2.6.0.0 && < 2.9

ghc-options: -Wall -fno-ignore-asserts -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates

if impl(ghc >= 8.0)
Expand Down

0 comments on commit e7abea5

Please sign in to comment.