streamly-binary 1.0.0.0 → 1.0.0.1
raw patch · 3 files changed
+6/−1 lines, 3 files
Files
- CHANGELOG.md +4/−0
- src/Streamly/Binary.hs +1/−0
- streamly-binary.cabal +1/−1
CHANGELOG.md view
@@ -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
src/Streamly/Binary.hs view
@@ -21,6 +21,7 @@ where import Control.Exception (Exception)+import Control.Monad.Fail (MonadFail) import Data.Binary import Data.Binary.Get import Data.Binary.Put
streamly-binary.cabal view
@@ -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/