Statistics
| Branch: | Tag: | Revision:

root / src / Ganeti / Codec.hs @ a1f35d0a

History | View | Annotate | Download (1.6 kB)

# Date Author Comment
8c337f87 03/07/2014 05:22 pm Petr Pudlak

Add a module for handling compression

Since the Haskell 'zlib' library by default uses exceptions for
signalling errors, we need to use its internals to implement a proper,
pure decompressing function.

Signed-off-by: Petr Pudlak <>
Reviewed-by: Klaus Aehlig <>