Prepare v1.0.0.1
2 files changed, 5 insertions(+), 1 deletions(-)

M CHANGELOG.md
M streamly-binary.cabal
M CHANGELOG.md +4 -0
@@ 1,5 1,9 @@ 
 # Revision history for streamly-binary
 
+## 1.0.0.1 – 2020-07-11
+
+* Import MonadFail (should be helpful to older GHC)
+
 ## 1.0.0.0 – 2020-07-10
 
 * First version

          
M streamly-binary.cabal +1 -1
@@ 1,7 1,7 @@ 
 cabal-version:  >=1.10
 
 name:                streamly-binary
-version:             1.0.0.0
+version:             1.0.0.1
 synopsis:            Integration of streamly and binary
 description:         Support for encoding/decoding using @binary@ in @streamly@ streams.
 homepage:            https://sr.ht/~geyaeb/streamly-binary/