diff options
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libiserv/libiserv.cabal | 4 | ||||
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libraries/libiserv/libiserv.cabal b/libraries/libiserv/libiserv.cabal index 183e7774d2..f29875cd7d 100644 --- a/libraries/libiserv/libiserv.cabal +++ b/libraries/libiserv/libiserv.cabal @@ -1,5 +1,5 @@ Name: libiserv -Version: 8.6.1 +Version: 8.7.1 Copyright: XXX License: BSD3 License-File: LICENSE @@ -25,7 +25,7 @@ Library bytestring >= 0.10 && < 0.11, containers >= 0.5 && < 0.7, deepseq >= 1.4 && < 1.5, - ghci == 8.6.* + ghci == 8.7.* if flag(network) Exposed-Modules: Remote.Message , Remote.Slave diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal index 590babd2f4..6cd156ccb6 100644 --- a/libraries/template-haskell/template-haskell.cabal +++ b/libraries/template-haskell/template-haskell.cabal @@ -52,7 +52,7 @@ Library build-depends: base >= 4.9 && < 4.13, - ghc-boot-th == 8.6.*, + ghc-boot-th == 8.7.*, pretty == 1.1.* ghc-options: -Wall |