File: bunzip2.hs

package info (click to toggle)
haskell-bzlib 0.5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 288 kB
  • sloc: ansic: 3,622; haskell: 197; makefile: 2
file content (6 lines) | stat: -rwxr-xr-x 145 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
module Main where

import qualified Data.ByteString.Lazy as B
import qualified Codec.Compression.BZip as BZip

main = B.interact BZip.decompress