diff options
Diffstat (limited to 'utils/hpc/hpc-bin.cabal')
-rw-r--r-- | utils/hpc/hpc-bin.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal index 87c5b11e5c..e83a45d1f2 100644 --- a/utils/hpc/hpc-bin.cabal +++ b/utils/hpc/hpc-bin.cabal @@ -29,7 +29,7 @@ Executable hpc Paths_hpc_bin Build-Depends: base >= 4 && < 5, - directory >= 1 && < 1.3, + directory >= 1 && < 1.4, filepath >= 1 && < 1.5, containers >= 0.1 && < 0.6, array >= 0.1 && < 0.6, |