diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-12-06 12:43:28 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-06 12:43:34 -0500 |
commit | bf074e3e92c138947d0da3979838e5588f6f292c (patch) | |
tree | b6ac08163318164e7c2b1b124481f89ab97e31fd | |
parent | 6db7d11eed70b4db7b7698a9dfae94a6abae248a (diff) | |
download | haskell-bf074e3e92c138947d0da3979838e5588f6f292c.tar.gz |
Bump iserv versions
This fixes #15866, the original fix for which didn't merge cleanly to
the stable branch.
-rw-r--r-- | libraries/libiserv/libiserv.cabal | 2 | ||||
-rw-r--r-- | utils/iserv/iserv.cabal | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libiserv/libiserv.cabal b/libraries/libiserv/libiserv.cabal index fc0a022120..c2d64324cf 100644 --- a/libraries/libiserv/libiserv.cabal +++ b/libraries/libiserv/libiserv.cabal @@ -1,5 +1,5 @@ Name: libiserv -Version: 8.6.1 +Version: 8.6.3 Copyright: XXX License: BSD3 License-File: LICENSE diff --git a/utils/iserv/iserv.cabal b/utils/iserv/iserv.cabal index 6e78317ec4..9f047ad249 100644 --- a/utils/iserv/iserv.cabal +++ b/utils/iserv/iserv.cabal @@ -1,5 +1,5 @@ Name: iserv -Version: 8.6.1 +Version: 8.6.3 Copyright: XXX License: BSD3 -- XXX License-File: LICENSE |