diff --git a/README.lhs b/README.lhs
--- a/README.lhs
+++ b/README.lhs
@@ -66,5 +66,5 @@
 > - Must be mono channel.
 > - Must be 16-bit audio.
 >
-> When using ``detectSpeech``, audio samples must be of size ``windowLength`` (defined as 512).
+> When using ``detectSpeech``, audio samples must be of size ``windowLength`` (defined as 512).  
 > If ``length samples /= windowLength``, the probability will always be 0.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -66,5 +66,5 @@
 > - Must be mono channel.
 > - Must be 16-bit audio.
 >
-> When using ``detectSpeech``, audio samples must be of size ``windowLength`` (defined as 512).
+> When using ``detectSpeech``, audio samples must be of size ``windowLength`` (defined as 512).  
 > If ``length samples /= windowLength``, the probability will always be 0.
diff --git a/silero-vad.cabal b/silero-vad.cabal
--- a/silero-vad.cabal
+++ b/silero-vad.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           silero-vad
-version:        0.1.0.1
+version:        0.1.0.2
 synopsis:       Voice activity detection powered by SileroVAD.
 description:    A haskell implentation of SileroVAD, a pre-trained enterprise-grade voice activity detector.
 category:       Audio, Sound
@@ -70,6 +70,7 @@
   cc-options: -Wno-unused-result
   include-dirs:
       cbits
+      lib
   c-sources:
       cbits/silero/detector.c
       cbits/silero/model.c
@@ -125,6 +126,7 @@
   cc-options: -Wno-unused-result
   include-dirs:
       cbits
+      lib
   c-sources:
       cbits/silero/detector.c
       cbits/silero/model.c
@@ -186,6 +188,7 @@
   cc-options: -Wno-unused-result
   include-dirs:
       cbits
+      lib
   c-sources:
       cbits/silero/detector.c
       cbits/silero/model.c
