cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 37ebca0a5310eea58b05e2e57cc62263cd78c9046975f81d248cab81af730286 name: warp-tls-uid version: 0.2.0.6 synopsis: set group and user id before running server description: Please see the README on GitHub at category: Web homepage: https://github.com/YoshikuniJujo/warp-tls-uid#readme bug-reports: https://github.com/YoshikuniJujo/warp-tls-uid/issues author: Yoshikuni Jujo maintainer: PAF01143[at]nifty.ne.jp copyright: 2018 Yoshikuni Jujo license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/YoshikuniJujo/warp-tls-uid library exposed-modules: Network.Wai.Handler.WarpTLS.UserId other-modules: Paths_warp_tls_uid hs-source-dirs: src ghc-options: -Wall -fno-warn-tabs build-depends: base >=4.7 && <5 , bytestring , data-default , network , streaming-commons , tls , unix , wai , warp , warp-tls , x509 default-language: Haskell2010 test-suite warp-tls-uid-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_warp_tls_uid hs-source-dirs: test ghc-options: -Wall -fno-warn-tabs -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , bytestring , data-default , network , streaming-commons , tls , unix , wai , warp , warp-tls , warp-tls-uid , x509 default-language: Haskell2010