File: bzip2.hs

package info (click to toggle)
haskell-bzlib 0.5.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 276 kB
  • sloc: ansic: 3,622; haskell: 197; 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