Skip to content

Commit

Permalink
Bump for release and change over maintainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamflott committed Feb 7, 2017
1 parent 446f71c commit 0cb03ae
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions milena.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,32 @@ name: milena
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.5.0.1
version: 0.5.0.2
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.
license: BSD3
license-file: LICENSE
author: Tyler Holien
maintainer: tyler.holien@gmail.com
maintainer: adam@adamflott.com
copyright: 2014, Tyler Holien
category: Network
build-type: Simple
stability: alpha
cabal-version: >=1.10
extra-source-files: README.md
bug-reports: https://github.com/adamflott/milena/issues
tested-with: GHC == 7.10.3, GHC == 8.0.1

source-repository head
type: git
location: https://github.com/tylerholien/milena.git
location: https://github.com/adamflott/milena.git

source-repository this
type: git
location: https://github.com/tylerholien/milena.git
tag: 0.5.0.1
location: https://github.com/adamflott/milena.git
tag: 0.5.0.2

library
default-language: Haskell2010
Expand Down

0 comments on commit 0cb03ae

Please sign in to comment.