Skip to content
Snippets Groups Projects
Commit 52c3ee57 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Relax some dependencies

parent 7ece6284
No related merge requests found
......@@ -63,7 +63,7 @@ Library
if flag(base3) || flag(base4)
Build-Depends: directory >= 1 && < 1.2,
process >= 1 && < 1.1,
process >= 1 && < 1.2,
bytestring >= 0.9 && < 0.10,
old-time >= 1 && < 1.1,
containers >= 0.1 && < 0.5,
......
......@@ -29,7 +29,7 @@ Executable ghc
array >= 0.1 && < 0.4,
bytestring >= 0.9 && < 0.10,
directory >= 1 && < 1.2,
process >= 1 && < 1.1,
process >= 1 && < 1.2,
filepath >= 1 && < 1.3,
ghc
if os(windows)
......
......@@ -20,7 +20,7 @@ Executable ghc-pkg
Build-Depends: base >= 4 && < 5,
directory >= 1 && < 1.2,
process >= 1 && < 1.1,
process >= 1 && < 1.2,
filepath,
Cabal,
binary,
......
......@@ -21,7 +21,7 @@ Executable runghc
if flag(base3)
Build-Depends: base >= 3 && < 5,
directory >= 1 && < 1.2,
process >= 1 && < 1.1
process >= 1 && < 1.2
else
Build-Depends: base < 3
Build-Depends: filepath
......
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