diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
 
+## [1.0.1] - 2023-08-03
+
+### Changed
+
+- Add compatibility with latest nightly LTS Haskell.
+
 ## [1.0.0] - 2023-07-28
 
 ### Changed
diff --git a/haskoin-store-data.cabal b/haskoin-store-data.cabal
--- a/haskoin-store-data.cabal
+++ b/haskoin-store-data.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 5c6d0f79cd18954de7032dc7b391fccf7ff90f5afd84f693d4533a84f7a2afcc
+-- hash: 80b85357d83ca388b5a3f6db388b765cb40be5283d83350b8bd15aa4935b2b79
 
 name:           haskoin-store-data
-version:        1.0.0
+version:        1.0.1
 synopsis:       Data for Haskoin Store
 description:    Please see the README on GitHub at <https://github.com/haskoin/haskoin-store#readme>
 category:       Bitcoin, Finance, Network
diff --git a/src/Haskoin/Store/WebClient.hs b/src/Haskoin/Store/WebClient.hs
--- a/src/Haskoin/Store/WebClient.hs
+++ b/src/Haskoin/Store/WebClient.hs
@@ -71,6 +71,7 @@
 import Control.Exception
 import Control.Lens ((.~), (?~), (^.))
 import Control.Monad.Except
+import Control.Monad.IO.Class (MonadIO, liftIO)
 import Data.Aeson qualified as A
 import Data.ByteString.Lazy qualified as BL
 import Data.Bytes.Get
