snappy
snappy copied to clipboard
Fast Haskell bindings to Google's Snappy compression library
At the moment it fails with ``` Codec/Compression/Snappy/Lazy.hsc:55:15: error: Ambiguous occurrence ‘BS’ It could refer to either ‘Data.ByteString.Internal.BS’, imported from ‘Data.ByteString.Internal’ at Codec/Compression/Snappy/Lazy.hsc:34:1-51 or ‘Codec.Compression.Snappy.Lazy.BS’, defined at Codec/Compression/Snappy/Lazy.hsc:48:14 | 55...
### Overview - Fix build errors on macOS Big Sur with Intel architecture - Fix some build warnings ### Errors/warnings * C++ build errors ```shell-session $ stack build snappy> configure...
There's a mismatch between the licenses specified in this repository. The LICENSE and cabal files state 'BSD3', but the Haskell files in Codec/Compression state 'Apache'. Which of these licenses is...
In GHCi ``` Loading package snappy-0.2.0.2 ... linking ... : /home/dmbarbour/.cabal/lib/x86_64-linux-ghc-7.6.3/snappy-0.2.0.2/HSsnappy-0.2.0.2.o: unknown symbol `_ZTV8BSSource' ```
I guess the `Functions` module isn't listed in the Cabal file? ``` tests/Properties.hs:5:8: Could not find module ‘Functions’ Use -v to see a list of the files searched for. ```...