Skip to content

Commit

Permalink
0.5.2.3 - Bump network upper bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
adamflott committed Oct 12, 2018
1 parent 5b46dcc commit e57bab3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.5.2.3

* Bump network upper bounds

0.5.2.2

* Bump network upper bounds
Expand Down
6 changes: 3 additions & 3 deletions milena.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: 2faa8f37a431f4f1c343faf88d70eb0df20eeab4ec60b3f88a2c3cfc6fee68ca
-- hash: d175af12f932afa2f8ff8fa8152f1c84ddbcd3d63664b5ef209ba6721be7012e

name: milena
version: 0.5.2.1
version: 0.5.2.3
synopsis: A Kafka client for Haskell.
description: A Kafka client for Haskell.
The protocol module is stable (the only changes will be to support changes in the Kafka protocol). The API is functional but subject to change.
Expand Down Expand Up @@ -43,7 +43,7 @@ library
, monad-control >=1.0 && <1.1
, mtl >=2.1 && <2.3
, murmur-hash >=0.1.0.8 && <0.2
, network >=2.4 && <2.8
, network >=2.4 && <3.0
, random >=1.0 && <1.2
, resource-pool >=0.2.3.2 && <0.3
, semigroups >=0.16.2.2 && <0.19
Expand Down
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: milena
version: '0.5.2.2'
version: '0.5.2.3'
synopsis: A Kafka client for Haskell.
description: ! 'A Kafka client for Haskell.
Expand Down Expand Up @@ -53,7 +53,7 @@ library:
- monad-control >=1.0 && <1.1
- mtl >=2.1 && <2.3
- murmur-hash >=0.1.0.8 && <0.2
- network >=2.4 && <2.8
- network >=2.4 && <3.0
- random >=1.0 && <1.2
- resource-pool >=0.2.3.2 && <0.3
- semigroups >=0.16.2.2 && <0.19
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ flags: {}
packages:
- '.'
extra-deps:
resolver: lts-9.10
resolver: lts-12.12

0 comments on commit e57bab3

Please sign in to comment.