[commit: ghc] wip/angerman/llvmng: bump versions. 8.3 -> 8.4 (9824f6e)

git at git.haskell.org git at git.haskell.org
Tue Jan 9 08:52:56 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/angerman/llvmng
Link       : http://ghc.haskell.org/trac/ghc/changeset/9824f6e47371536fcf71078334b82c94fc92a111/ghc

>---------------------------------------------------------------

commit 9824f6e47371536fcf71078334b82c94fc92a111
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Tue Jan 9 11:06:33 2018 +0800

    bump versions. 8.3 -> 8.4


>---------------------------------------------------------------

9824f6e47371536fcf71078334b82c94fc92a111
 libraries/libiserv/libiserv.cabal   | 4 ++--
 utils/iserv-proxy/iserv-proxy.cabal | 4 ++--
 utils/iserv/iserv.cabal             | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/libraries/libiserv/libiserv.cabal b/libraries/libiserv/libiserv.cabal
index 8a3557d..3a5368e 100644
--- a/libraries/libiserv/libiserv.cabal
+++ b/libraries/libiserv/libiserv.cabal
@@ -1,5 +1,5 @@
 Name: libiserv
-Version: 8.3
+Version: 8.4
 Copyright: XXX
 License: BSD3
 -- XXX License-File: LICENSE
@@ -25,7 +25,7 @@ Library
                    bytestring >= 0.10 && < 0.11,
                    containers >= 0.5 && < 0.6,
                    deepseq    >= 1.4 && < 1.5,
-                   ghci       == 8.3
+                   ghci       == 8.4.*
     if flag(network)
        Exposed-Modules: Remote.Message
                       , Remote.Slave
diff --git a/utils/iserv-proxy/iserv-proxy.cabal b/utils/iserv-proxy/iserv-proxy.cabal
index e5cfd99..fa25c77 100644
--- a/utils/iserv-proxy/iserv-proxy.cabal
+++ b/utils/iserv-proxy/iserv-proxy.cabal
@@ -1,5 +1,5 @@
 Name: iserv-proxy
-Version: 8.3
+Version: 8.4
 Copyright: XXX
 License: BSD3
 -- XXX License-File: LICENSE
@@ -75,4 +75,4 @@ Executable iserv-proxy
                   directory  >= 1.3 && < 1.4,
                   network    >= 2.6,
                   filepath   >= 1.4 && < 1.5,
-                  libiserv   == 8.3
+                  libiserv   == 8.4
diff --git a/utils/iserv/iserv.cabal b/utils/iserv/iserv.cabal
index 217c5dd..f2a0a41 100644
--- a/utils/iserv/iserv.cabal
+++ b/utils/iserv/iserv.cabal
@@ -1,5 +1,5 @@
 Name: iserv
-Version: 8.3
+Version: 8.4
 Copyright: XXX
 License: BSD3
 -- XXX License-File: LICENSE
@@ -35,8 +35,8 @@ Executable iserv
                    bytestring >= 0.10 && < 0.11,
                    containers >= 0.5 && < 0.6,
                    deepseq    >= 1.4 && < 1.5,
-                   ghci       == 8.3,
-                   libiserv   == 8.3
+                   ghci       == 8.4.*,
+                   libiserv   == 8.4
 
     if os(windows)
         Cpp-Options: -DWINDOWS



More information about the ghc-commits mailing list