freckle-kafka 0.0.0.3 → 0.0.0.4
raw patch · 3 files changed
+12/−8 lines, 3 filesdep ~Blammo
Dependency ranges changed: Blammo
Files
- CHANGELOG.md +5/−1
- freckle-kafka.cabal +5/−5
- package.yaml +2/−2
CHANGELOG.md view
@@ -1,4 +1,8 @@-## [_Unreleased_](freckle-kafka-v0.0.0.3...main)+## [_Unreleased_](https://github.com/freckle/freckle-kafka/compare/v0.0.0.4...main)++## [v0.0.0.4](https://github.com/freckle/freckle-kafka/tree/v0.0.0.4)++Changed source repository ## [v0.0.0.3](https://github.com/freckle/freckle-app/compare/freckle-kafka-v0.0.0.2...freckle-kafka-v0.0.0.3)
freckle-kafka.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.18 name: freckle-kafka-version: 0.0.0.3+version: 0.0.0.4 license: MIT license-file: LICENSE maintainer: Freckle Education-homepage: https://github.com/freckle/freckle-app#readme-bug-reports: https://github.com/freckle/freckle-app/issues+homepage: https://github.com/freckle/freckle-kafka#readme+bug-reports: https://github.com/freckle/freckle-kafka/issues synopsis: Some extensions to the hw-kafka-client library description: Please see README.md category: Database@@ -17,7 +17,7 @@ source-repository head type: git- location: https://github.com/freckle/freckle-app+ location: https://github.com/freckle/freckle-kafka library exposed-modules:@@ -42,7 +42,7 @@ -Wno-safe -Wno-unsafe build-depends:- Blammo >=2.1.0.0,+ Blammo >=1.1.2.0, aeson >=2.0.3.0, annotated-exception >=0.2.0.4, base >=4.16.4.0 && <5,
package.yaml view
@@ -1,8 +1,8 @@ name: freckle-kafka-version: 0.0.0.3+version: 0.0.0.4 maintainer: Freckle Education category: Database-github: freckle/freckle-app+github: freckle/freckle-kafka synopsis: Some extensions to the hw-kafka-client library description: Please see README.md