eros-http 0.6.0.0 → 0.6.0.1
raw patch · 2 files changed
+22/−22 lines, 2 filesdep −wai-responsible
Dependencies removed: wai-responsible
Files
- README.md +9/−10
- eros-http.cabal +13/−12
README.md view
@@ -91,16 +91,15 @@ [JSON prettifier script](https://raw.githubusercontent.com/pharpend/dotfiles/master/bin/prettify.rb). # Overflow bug-~~-There's a fundamental flaw in the algorithm where if it gets a lot of data with-a lot of flagged phrases, it takes a long time to calculate the result. The-server times out after 30 seconds. I haven't figured out how to get-multiprocessing, so this will remain a bug until I do. -This won't be a problem for typical usage, only if you try to send paragraphs of-dirty data in one string.+**Edit** - This bug was fixed in version 0.6. -Typical usage is for SMS messages, which are at most 160 characters long.-~~+~~There's a fundamental flaw in the algorithm where if it gets a lot of data with~~+~~a lot of flagged phrases, it takes a long time to calculate the result. The~~+~~server times out after 30 seconds. I haven't figured out how to get~~+~~multiprocessing, so this will remain a bug until I do.~~ -**Edit** - This bug was fixed in version 0.6.+~~This won't be a problem for typical usage, only if you try to send paragraphs of~~+~~dirty data in one string.~~++~~Typical usage is for SMS messages, which are at most 160 characters long.~~
eros-http.cabal view
@@ -2,13 +2,15 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: eros-http-version: 0.6.0.0+version: 0.6.0.1 synopsis: JSON HTTP interface to Eros. description: This is a small program that runs an HTTP server. . Changelog .+ [0.6.0.1] Remove unneeded dependency on wai-responsible.+ . [0.6] Update to be compatible with Eros v.0.6 -- homepage: https://eros.rockywestlabs.com/ license: BSD3@@ -28,17 +30,16 @@ other-modules: Paths_eros_http -- other-extensions: build-depends:- aeson >=0.8 && <0.9- , base >=4.7 && <4.8- , blaze-html >=0.7 && <0.8- , bytestring >=0.10 && <0.11- , eros >=0.6 && <0.7- , http-types >=0.8 && <0.9- , markdown >=0.1 && <0.2- , text >=1.1 && <1.2- , wai >=3.0 && <3.1- , wai-responsible >=0.0 && <0.1- , warp >=3.0 && <3.1+ aeson >=0.8 && <0.9+ , base >=4.7 && <4.8+ , blaze-html >=0.7 && <0.8+ , bytestring >=0.10 && <0.11+ , eros >=0.6 && <0.7+ , http-types >=0.8 && <0.9+ , markdown >=0.1 && <0.2+ , text >=1.1 && <1.2+ , wai >=3.0 && <3.1+ , warp >=3.0 && <3.1 hs-source-dirs: src/ default-language: Haskell2010 ghc-options: