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 /libraries/ghc-boot | |
parent | d39816285341cf639b51ae14f65c63a3e89bba95 (diff) | |
download | haskell-4d683fa11a5140b74f588b93f93f7891f79ac891.tar.gz |
base: Bump version to 4.10.0.0
Updates a number of submodules.
Diffstat (limited to 'libraries/ghc-boot')
-rw-r--r-- | libraries/ghc-boot/ghc-boot.cabal.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in index 57199e102c..772b92ccdd 100644 --- a/libraries/ghc-boot/ghc-boot.cabal.in +++ b/libraries/ghc-boot/ghc-boot.cabal.in @@ -40,9 +40,9 @@ Library GHC.PackageDb GHC.Serialized - build-depends: base >= 4.7 && < 4.10, + build-depends: base >= 4.7 && < 4.11, binary == 0.8.*, bytestring == 0.10.*, - directory == 1.2.*, + directory >= 1.2 && < 1.4, filepath >= 1.3 && < 1.5, ghc-boot-th == @ProjectVersionMunged@ |