Skip to content

Commit

Permalink
Update from Hackage at 2018-03-18T17:02:25Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 18, 2018
1 parent 877fdfd commit 6aec0b3
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
46 changes: 46 additions & 0 deletions ratel-wai/1.0.2/ratel-wai.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: fa6e431006f91136d02fd9000ac5b7950b6d1d32d7a5bad87041f9f090503836

name: ratel-wai
version: 1.0.2
synopsis: Notify Honeybadger about exceptions via a WAI middleware.
description: ratel-wai notifies Honeybadger about exceptions via a WAI middleware.
category: Exceptions
homepage: https://github.com/tfausak/ratel-wai#readme
bug-reports: https://github.com/tfausak/ratel-wai/issues
maintainer: Taylor Fausak
license: MIT
license-file: LICENSE.markdown
build-type: Simple
cabal-version: >= 1.10

extra-source-files:
CHANGELOG.markdown
package.yaml
README.markdown
stack.yaml

source-repository head
type: git
location: https://github.com/tfausak/ratel-wai

library
hs-source-dirs:
library
ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe
build-depends:
base >=4.9.0 && <4.12
, bytestring >=0.10.8 && <0.11
, case-insensitive >=1.2.0 && <1.3
, containers >=0.5.7 && <0.6
, http-client >=0.4.31 && <0.6
, ratel >=0.3.1 && <0.4 || >=1.0.2 && <1.1
, wai >=3.2.1 && <3.3
exposed-modules:
Ratel.Wai
other-modules:
Paths_ratel_wai
default-language: Haskell2010
1 change: 1 addition & 0 deletions ratel-wai/1.0.2/ratel-wai.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"2e00a5df4cefbbd97c7198689aefec85","Skein512_512":"ca8886a794cec627a670af7a29bf03b52846287d4e6e733a1c14237b15ab3115091cbf4b5e3e5b45d420afc9beb2c150a74e518845469c06272ac1ffe8895a71","SHA1":"2919123c6451d3a8288ac0f89a7201f0b395104b","SHA512":"546430b6f8eb9f387940bab49bce82c8a5577072324178b46570a33b3ea1f80635efacf7ed6e8a463f5b959e24eac57e325c7c58e5496a8827fb673dc36d6244","SHA256":"5a57a2aad96fc1d810fef437650badbd7cdd8bad425d971845b91c3676d5171e"},"package-locations":["https://hackage.haskell.org/package/ratel-wai-1.0.2/ratel-wai-1.0.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/ratel-wai-1.0.2.tar.gz"],"package-size":2889}

0 comments on commit 6aec0b3

Please sign in to comment.