shake-pack 0.1.1 → 0.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~shakePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: shake
API changes (from Hackage documentation)
Files
- shake-pack.cabal +2/−2
shake-pack.cabal view
@@ -1,5 +1,5 @@ name: shake-pack-version: 0.1.1+version: 0.1.2 synopsis: Shake File Pack Rule description: Shake rule for tar-ing and compressing files with bzip2. Uses bz2 C library on the system.@@ -17,7 +17,7 @@ build-depends: base >= 4.7 && < 4.9 , bytestring >= 0.10 && < 0.11 , bzlib >= 0.5 && < 0.6- , shake >= 0.14 && < 0.15+ , shake >= 0.14 && < 0.16 , tar >= 0.4 && < 0.5 hs-source-dirs: src