shake-pack 0.1.0 → 0.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- shake-pack.cabal +3/−3
shake-pack.cabal view
@@ -1,6 +1,6 @@ name: shake-pack-version: 0.1.0-synopsis: Shake File Pack Actions+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@@ -14,7 +14,7 @@ library exposed-modules: Development.Shake.Pack- build-depends: base >=4.7 && <4.8+ build-depends: base >= 4.7 && < 4.9 , bytestring >= 0.10 && < 0.11 , bzlib >= 0.5 && < 0.6 , shake >= 0.14 && < 0.15