diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-08-02 08:29:52 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-08-03 16:22:43 -0400 |
commit | 8d04822e0ef1d390c3cffb55b1f75638c7a519e7 (patch) | |
tree | a811a5ae6744c985e5f71115dc45a6ab8bc4fd11 /utils/iserv | |
parent | 653dc5f7eb85e86c959e5c7320022f935f82db1d (diff) | |
download | haskell-8d04822e0ef1d390c3cffb55b1f75638c7a519e7.tar.gz |
Bump binary submodule
Diffstat (limited to 'utils/iserv')
-rw-r--r-- | utils/iserv/iserv.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/iserv/iserv.cabal b/utils/iserv/iserv.cabal index af0e385abe..0f45c8d3c3 100644 --- a/utils/iserv/iserv.cabal +++ b/utils/iserv/iserv.cabal @@ -31,7 +31,7 @@ Executable iserv include-dirs: . Build-Depends: array >= 0.5 && < 0.6, base >= 4 && < 5, - binary >= 0.7 && < 0.9, + binary >= 0.7 && < 0.11, bytestring >= 0.10 && < 0.11, containers >= 0.5 && < 0.7, deepseq >= 1.4 && < 1.5, |