diff --git a/lzlib.cabal b/lzlib.cabal
--- a/lzlib.cabal
+++ b/lzlib.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.18
 name:               lzlib
-version:            1.0.0.0
+version:            1.0.0.1
 license:            BSD3
 license-file:       LICENSE
 copyright:          Copyright: (c) 2019-2020 Vanessa McHale
@@ -41,13 +41,11 @@
     manual:      True
 
 library
-    exposed-modules:
-        Codec.Lzip
-        Codec.Lzip.Raw
-
+    exposed-modules:  Codec.Lzip
     cc-options:       -O3
     c-sources:        cbits/lzlib.c
     hs-source-dirs:   src
+    other-modules:    Codec.Lzip.Raw
     default-language: Haskell2010
     other-extensions: DeriveDataTypeable TupleSections
     include-dirs:     cbits
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -3,3 +3,5 @@
 ghc-options: {"$locals": -ddump-to-file -ddump-hi}
 packages:
   - '.'
+extra-deps:
+  - pathological-bytestrings-0.1.0.0@sha256:0649a14d6e87091cc0f9e7430881e970e53008be262f878311b25d410ebf974b,1079
