shake-pack 0.1.2 → 0.2.0
raw patch · 1 files changed
+5/−4 lines, 1 filesdep ~basedep ~tar
Dependency ranges changed: base, tar
Files
- shake-pack.cabal +5/−4
shake-pack.cabal view
@@ -1,9 +1,8 @@ name: shake-pack-version: 0.1.2+version: 0.2.0 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@@ -11,14 +10,16 @@ category: Shake, Development build-type: Simple cabal-version: >=1.10+homepage: https://github.com/LukeHoersten/shake-pack+bug-reports: https://github.com/LukeHoersten/shake-pack/issues library exposed-modules: Development.Shake.Pack- build-depends: base >= 4.7 && < 4.9+ build-depends: base >= 4.7 && < 4.11 , bytestring >= 0.10 && < 0.11 , bzlib >= 0.5 && < 0.6 , shake >= 0.14 && < 0.16- , tar >= 0.4 && < 0.5+ , tar >= 0.5 && < 0.6 hs-source-dirs: src default-language: Haskell2010