mixpanel-client 0.1.1 → 0.2.0
raw patch · 5 files changed
+34/−27 lines, 5 filesdep +markdown-unlit
Dependencies added: markdown-unlit
Files
- CHANGELOG.md +25/−0
- ChangeLog.md +0/−19
- README.lhs +1/−1
- README.md +1/−1
- mixpanel-client.cabal +7/−6
+ CHANGELOG.md view
@@ -0,0 +1,25 @@+# Changelog++All notable changes to this project will be documented in this file.++The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)+and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).++## [Unreleased]++## [0.2.0] - 2019-03-13++### Changes++- #4 add servant 0.16 support @domenkozar++## [0.1.1] - 2018-11-28++### Changes++- ditch hpack @domenkozar+- add Show instance for MixpanelError++## [0.1.0.0] - 2018-08-25++- Intial release @domenkozar
− ChangeLog.md
@@ -1,19 +0,0 @@-# Changelog--All notable changes to this project will be documented in this file.--The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)-and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).--## [Unreleased]--## [0.1.1] - 2018-11-28--### Changes--- ditch hpack @domenkozar-- add Show instance for MixpanelError--## [0.1.0.0] - 2018-08-25--- Intial release @domenkozar
README.lhs view
@@ -1,7 +1,7 @@ # MixPanel client for Haskell -[](https://travis-ci.com/domenkozar/mixpanel-client)+[](https://travis-ci.com/domenkozar/mixpanel-client) [](https://hackage.haskell.org/package/mixpanel-client)
README.md view
@@ -1,7 +1,7 @@ # MixPanel client for Haskell -[](https://travis-ci.com/domenkozar/mixpanel-client)+[](https://travis-ci.com/domenkozar/mixpanel-client) [](https://hackage.haskell.org/package/mixpanel-client)
mixpanel-client.cabal view
@@ -1,22 +1,22 @@ name: mixpanel-client-version: 0.1.1+version: 0.2.0 synopsis: Mixpanel client-homepage: https://github.com/domenkozar/mixpanel-client#readme-bug-reports: https://github.com/domenkozar/mixpanel-client/issues+homepage: https://github.com/hercules-ci/mixpanel-client#readme+bug-reports: https://github.com/hercules-ci/mixpanel-client/issues author: Domen Kožar-maintainer: domen@enlambda.com+maintainer: domen@hercules-ci.com copyright: 2018 Domen Kožar license: Apache-2.0 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files:- ChangeLog.md+ CHANGELOG.md README.md source-repository head type: git- location: https://github.com/domenkozar/mixpanel-client+ location: https://github.com/hercules-ci/mixpanel-client library exposed-modules:@@ -84,6 +84,7 @@ , bytestring , http-client , http-client-tls+ , markdown-unlit , mixpanel-client , servant >=0.14.1 , servant-client