name: shake-pack version: 0.1.1 synopsis: Shake File Pack Rule description: Shake rule for tar-ing and compressing files with bzip2. Uses bz2 C library on the system. homepage: https://github.com/LukeHoersten/shake-pack license: BSD3 license-file: LICENSE author: Luke Hoersten maintainer: luke@hoersten.org category: Shake, Development build-type: Simple cabal-version: >=1.10 library exposed-modules: Development.Shake.Pack build-depends: base >= 4.7 && < 4.9 , bytestring >= 0.10 && < 0.11 , bzlib >= 0.5 && < 0.6 , shake >= 0.14 && < 0.15 , tar >= 0.4 && < 0.5 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -fwarn-tabs source-repository head type: git location: git://github.com/LukeHoersten/shake-pack.git