diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2018-04-19 12:38:17 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-04-19 13:18:14 -0400 |
commit | 8f19ecc95fbaf2cc977531d721085d8441dc09b7 (patch) | |
tree | d97572ba82504f44c9e7725d5af57b9a3cf5e0c8 /libraries/ghc-boot | |
parent | b08a6d75e0440f33260bea5319b8c3f871b42f6e (diff) | |
download | haskell-8f19ecc95fbaf2cc977531d721085d8441dc09b7.tar.gz |
Bump base to version 4.12.0.0
Summary: Bumps several submodules.
Test Plan: ./validate
Reviewers: hvr, bgamari
Reviewed By: bgamari
Subscribers: thomie, carter
GHC Trac Issues: #15018
Differential Revision: https://phabricator.haskell.org/D4609
Diffstat (limited to 'libraries/ghc-boot')
-rw-r--r-- | libraries/ghc-boot/ghc-boot.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in index e47bd680b4..5c03a77043 100644 --- a/libraries/ghc-boot/ghc-boot.cabal.in +++ b/libraries/ghc-boot/ghc-boot.cabal.in @@ -41,7 +41,7 @@ Library GHC.Serialized GHC.ForeignSrcLang - build-depends: base >= 4.7 && < 4.12, + build-depends: base >= 4.7 && < 4.13, binary == 0.8.*, bytestring == 0.10.*, directory >= 1.2 && < 1.4, |