File: bzip2.hs

package info (click to toggle)
haskell-bzlib 0.5.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 280 kB
  • ctags: 407
  • sloc: ansic: 3,610; haskell: 206; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 143 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.compress