Skip to content
Snippets Groups Projects
Commit cd6f1ed0 authored by Ben Gamari's avatar Ben Gamari :turtle: Committed by Mikolaj
Browse files

Cabal-syntax: Drop dependencies on unix and Win32

Neither of these dependencies appear to be needed.
parent 0800125f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment