haskakafka 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+4/−3 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- haskakafka.cabal +3/−3
- src/Haskakafka/Internal.chs +1/−0
haskakafka.cabal view
@@ -1,5 +1,5 @@ name: haskakafka-version: 0.2.0.1+version: 0.2.0.2 synopsis: Kafka bindings for Haskell description: Use Apache Kafka in Haskell through the librdkafka C library. The library is preliminary but fully@@ -21,7 +21,7 @@ library Build-tools: c2hs- build-depends: base >=4.6 && < 5+ build-depends: base >=4.7 && < 5 , containers , unix , bytestring@@ -42,7 +42,7 @@ Main-Is: TestMain.hs HS-Source-Dirs: tests ghc-options: -Wall -threaded- build-depends: base >=4.6 && < 5+ build-depends: base >=4.7 && < 5 , hspec , bytestring , haskakafka
src/Haskakafka/Internal.chs view
@@ -12,6 +12,7 @@ import Foreign.C.Types import Haskakafka.InternalEnum import System.IO+import System.IO.Unsafe (unsafePerformIO) import System.Posix.IO import System.Posix.Types