Skip to content
Snippets Groups Projects
Commit 97bdfda5 authored by pcapriotti's avatar pcapriotti
Browse files

Update dependencies.

parent 0119fbc0
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,6 @@ Executable ghc-cabal
Build-Depends: base >= 3 && < 5,
Cabal >= 1.10 && < 1.18,
directory >= 1.1 && < 1.2,
directory >= 1.1 && < 1.3,
filepath >= 1.2 && < 1.4
......@@ -19,7 +19,7 @@ Executable ghc-pkg
Extensions: CPP, ForeignFunctionInterface, NondecreasingIndentation
Build-Depends: base >= 4 && < 5,
directory >= 1 && < 1.2,
directory >= 1 && < 1.3,
process >= 1 && < 1.2,
filepath,
Cabal,
......
......@@ -14,5 +14,5 @@ cabal-version: >=1.2
Executable ghc-pwd
Main-Is: ghc-pwd.hs
Build-Depends: base >= 3 && < 5,
directory >= 1 && < 1.2
directory >= 1 && < 1.3
......@@ -31,7 +31,7 @@ Executable hpc
Build-Depends: base < 3
if flag(base3) || flag(base4)
Build-Depends: directory >= 1 && < 1.2,
Build-Depends: directory >= 1 && < 1.3,
containers >= 0.1 && < 0.6,
array >= 0.1 && < 0.5
Build-Depends: haskell98, hpc
......
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