diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-06-20 17:11:20 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-06-20 18:26:35 -0400 |
commit | c7cd5a643557a80fbeb96663281f2ab7523a2055 (patch) | |
tree | 538671354e128370c468dacf13d93524903b74ee /libraries/libiserv | |
parent | c35ad6e0b3c62976e6251f1e9c47fe83ff15f4ce (diff) | |
download | haskell-c7cd5a643557a80fbeb96663281f2ab7523a2055.tar.gz |
configure: Set version to 8.7ghc-8.7-start
Bumps haddock submodule.
Diffstat (limited to 'libraries/libiserv')
-rw-r--r-- | libraries/libiserv/libiserv.cabal | 4 |
1 files changed, 2 insertions, 2 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 |