Skip to content

Commit

Permalink
Bump containers for new stackage LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
adamflott committed Jan 6, 2019
1 parent e57bab3 commit 23f4ee1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions milena.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
-- This file has been generated from package.yaml by hpack version 0.28.2.
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: d175af12f932afa2f8ff8fa8152f1c84ddbcd3d63664b5ef209ba6721be7012e
-- hash: 3bb58d95694565345dd96c8f19c605682638205f778b92ae231d3aa2a0ef69e1

name: milena
version: 0.5.2.3
version: 0.5.2.4
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 All @@ -20,10 +22,9 @@ license: BSD3
license-file: LICENSE
tested-with: GHC==7.10.3 GHC==8.0.1
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.md
README.md
CHANGELOG.md

source-repository head
type: git
Expand All @@ -36,7 +37,7 @@ library
base >=4.7 && <5
, bytestring >=0.10 && <0.11
, cereal >=0.4 && <0.6
, containers >=0.5 && <0.6
, containers >=0.5 && <0.7
, digest >=0.0.1.0 && <0.1
, lens >=4.4 && <4.20
, lifted-base >=0.2.3.6 && <0.3
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.3'
version: '0.5.2.4'
synopsis: A Kafka client for Haskell.
description: ! 'A Kafka client for Haskell.
Expand Down Expand Up @@ -46,7 +46,7 @@ library:
- base >=4.7 && <5
- bytestring >=0.10 && <0.11
- cereal >=0.4 && <0.6
- containers >=0.5 && <0.6
- containers >=0.5 && <0.7
- digest >=0.0.1.0 && <0.1
- lens >=4.4 && <4.20
- lifted-base >=0.2.3.6 && <0.3
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-12.12
resolver: lts-13.1

0 comments on commit 23f4ee1

Please sign in to comment.