Buster 0.1.0 → 0.1.1
raw patch · 2 files changed
+8/−6 lines, 2 filesdep ~bytestringdep ~errorsdep ~transformers
Dependency ranges changed: bytestring, errors, transformers
Files
- Buster.cabal +6/−6
- README.md +2/−0
Buster.cabal view
@@ -1,5 +1,5 @@ name: Buster-version: 0.1.0+version: 0.1.1 synopsis: Hits a set of urls periodically to bust caches description: Buster is a simple tool to periodically make requests to a list of URLs. The@@ -25,17 +25,17 @@ main-is: Buster/Main.hs ghc-options: -threaded -Wall -fno-warn-unused-do-bind build-depends: base >= 4 && < 5,- bytestring ==0.10.*,+ bytestring, conduit ==0.5.*, yaml ==0.8.*,- errors ==1.3.*,+ errors ==1.4.*, unix >=2.4.2.0, http-conduit ==1.8.*, http-types ==0.7.*, unbounded-delays ==0.1.*, data-default ==0.5.*, hslogger ==1.2.*,- transformers ==0.3.*,+ transformers, hinotify ==0.3.* test-suite spec@@ -43,7 +43,7 @@ main-is: Spec.hs hs-source-dirs: test,src build-depends: base >= 4 && < 5,- bytestring ==0.10.*,+ bytestring, hspec == 1.4.*, hspec-expectations == 0.3.*, string-qq,@@ -53,7 +53,7 @@ -- WHY? hslogger ==1.2.*, unix >=2.4.2.0,- errors ==1.3.*,+ errors ==1.4.*, http-conduit ==1.8.* source-repository head
README.md view
@@ -2,6 +2,8 @@ ==== [](https://travis-ci.org/MichaelXavier/Buster) ++ Utility for periodically hitting URLs. The intended use case is forcing caches to be busted.