cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 95ad49ebdca25f36306d023f0b722dcec4a740271c280eb58224f347a140cd0e name: wai-middleware-clacks version: 0.1.0.1 x-revision: 1 synopsis: GNU Terry Pratchett - Add the X-Clacks-Overhead Header to Wai Responses. description: /"You know they'll never really die while the Trunk is alive."/ . @wai-middleware-clacks@ is a middleware that inserts an arbitrary @X-Clacks-Overhead@ header into every Wai response. From : . > In Terry Pratchett's Discworld series, the clacks are a series of > semaphore towers loosely based on the concept of the telegraph. Invented > by an artificer named Robert Dearheart, the towers could send messages > "at the speed of light" using standardized codes. Three of these codes > are of particular import: > > G: send the message on > N: do not log the message > U: turn the message around at the end of the line and send it back again > > When Dearheart's son John died due to an accident while working on a > clacks tower, Dearheart inserted John's name into the overhead of the > clacks with a "GNU" in front of it as a way to memorialize his son forever > (or for at least as long as the clacks are standing.) > > > Keeping the legacy of Sir Terry Pratchett alive forever. For as long as > his name is still passed along the Clacks, Death can't have him. . Please see the or for usage instructions. category: Web, Wai homepage: https://github.com/prikhi/wai-middleware-clacks#readme bug-reports: https://github.com/prikhi/wai-middleware-clacks/issues author: Pavan Rikhi maintainer: pavan.rikhi@gmail.com copyright: 2020 Pavan Rikhi license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/prikhi/wai-middleware-clacks library exposed-modules: Network.Wai.Middleware.Clacks other-modules: Paths_wai_middleware_clacks hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.3 && <5 , base-compat-batteries , bytestring <1 , case-insensitive <2 , http-types <1 , text <3 , wai <4 if impl(ghc >= 8.0) ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints else ghc-options: -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns default-language: Haskell2010 test-suite wai-middleware-clacks-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_wai_middleware_clacks hs-source-dirs: tests ghc-options: -Wall -threaded -rtsopts -with-rtsopts "-N -T" build-depends: base >=4.3 && <5 , base-compat-batteries , http-types , tasty , tasty-wai , wai , wai-middleware-clacks if impl(ghc >= 8.0) ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints else ghc-options: -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns default-language: Haskell2010