hw-kafka-client 2.0.3 → 2.0.4
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- hw-kafka-client.cabal +1/−1
- src/Kafka/Types.hs +1/−1
hw-kafka-client.cabal view
@@ -1,5 +1,5 @@ name: hw-kafka-client-version: 2.0.3+version: 2.0.4 homepage: https://github.com/haskell-works/hw-kafka-client bug-reports: https://github.com/haskell-works/hw-kafka-client/issues license: MIT
src/Kafka/Types.hs view
@@ -22,7 +22,7 @@ newtype KafkaConf = KafkaConf RdKafkaConfTPtr deriving Show newtype TopicConf = TopicConf RdKafkaTopicConfTPtr deriving Show -newtype PartitionId = PartitionId Int deriving (Show, Eq, Read, Ord)+newtype PartitionId = PartitionId Int deriving (Show, Eq, Read, Ord, Enum) newtype Millis = Millis Int64 deriving (Show, Read, Eq, Ord, Num) newtype ClientId = ClientId String deriving (Show, Eq, Ord)