Skip to content

Commit 18e693a

Browse files
authored
feat: Initialize project (again) (#2)
* feat: Initialize project and add documentation Remove row-types refactor: Slightly update some imports build: Update extra-deps in stack lts yamls Remove unsupported lts yamls style: Format CE JSON spec build: Fix Kafka client import docs: Flesh out readme some more feat: Simplify implementation, remove row-types * docs: Modify some documentation * chore: Remove redundant deps from .ghci file * docs: Update changelog * ci: Update stack jobs to install rdkafka * ci: Comment out test suite description from package yaml * build: Arrange extra-deps alphabetically * chore: Remove redundant context dir * chore: Address PR feedback
1 parent f286b7a commit 18e693a

24 files changed

+981
-355
lines changed

.ghci

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import Autodocodec
2+
import Autodocodec.Schema
3+
import Control.Lens
4+
import Data.Aeson
5+
import Data.Text
6+
import Data.Time

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030

3131
steps:
3232
- uses: actions/checkout@v4
33+
- name: Install native dependencies
34+
# rdkafka is required to compile the hw-kafka-client Haskell library
35+
run: sudo apt-get update && sudo apt-get install --assume-yes --no-install-recommends librdkafka-dev libpcre3-dev liblzma-dev
3336
- id: stack
3437
uses: freckle/stack-action@v5
3538
env:

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## [_Unreleased_](https://github.com/freckle/haskell-library-template/compare/v__...main)
1+
## [_Unreleased_](https://github.com/freckle/cloudevents-haskell/compare/v0.1.0.0...main)
22

3-
## [v0.0.0.0](https://github.com/freckle/haskell-library-template/tree/v0.0.0.0)
3+
## [v0.1.0.0](https://github.com/freckle/cloudevents-haskell/tree/v0.1.0.0)
44

55
First tagged release.

README.lhs

Lines changed: 0 additions & 82 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)