diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-11-15 10:26:14 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-12-15 14:52:59 -0500 |
commit | 4d683fa11a5140b74f588b93f93f7891f79ac891 (patch) | |
tree | a2f2772a2ad29b2007de15e3dc759c02d3e0f3e3 /utils/hpc | |
parent | d39816285341cf639b51ae14f65c63a3e89bba95 (diff) | |
download | haskell-4d683fa11a5140b74f588b93f93f7891f79ac891.tar.gz |
base: Bump version to 4.10.0.0
Updates a number of submodules.
Diffstat (limited to 'utils/hpc')
-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, |