diff --git a/milena.cabal b/milena.cabal index 832853b..6ceb591 100644 --- a/milena.cabal +++ b/milena.cabal @@ -4,7 +4,7 @@ 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. @@ -12,22 +12,24 @@ description: 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