Skip to content
Snippets Groups Projects
Commit 0f693381 authored by pcapriotti's avatar pcapriotti
Browse files

Update dependencies.

parent d3668ed8
Branches
Tags
No related merge requests found
...@@ -25,7 +25,7 @@ Library { ...@@ -25,7 +25,7 @@ Library {
build-depends: base >= 4 && < 5 build-depends: base >= 4 && < 5
build-depends: binary == 0.5.*, build-depends: binary == 0.5.*,
Cabal >= 1.8 && < 1.16 Cabal >= 1.8 && < 1.18
extensions: CPP extensions: CPP
} }
...@@ -16,7 +16,7 @@ Executable ghc-cabal ...@@ -16,7 +16,7 @@ Executable ghc-cabal
Main-Is: ghc-cabal.hs Main-Is: ghc-cabal.hs
Build-Depends: base >= 3 && < 5, Build-Depends: base >= 3 && < 5,
Cabal >= 1.10 && < 1.16, Cabal >= 1.10 && < 1.18,
directory >= 1.1 && < 1.2, directory >= 1.1 && < 1.2,
filepath >= 1.2 && < 1.4 filepath >= 1.2 && < 1.4
...@@ -31,9 +31,9 @@ Executable hpc ...@@ -31,9 +31,9 @@ Executable hpc
Build-Depends: base < 3 Build-Depends: base < 3
if flag(base3) || flag(base4) if flag(base3) || flag(base4)
Build-Depends: directory >= 1 && < 1.1, Build-Depends: directory >= 1 && < 1.2,
containers >= 0.1 && < 0.3, containers >= 0.1 && < 0.6,
array >= 0.1 && < 0.3 array >= 0.1 && < 0.5
Build-Depends: haskell98, hpc Build-Depends: haskell98, hpc
Extensions: CPP Extensions: CPP
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment