packages feed

Cabal revisions of wai-middleware-crowd-0.1.4.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                wai-middleware-crowd-version:             0.1.4.2-synopsis:            Middleware and utilities for using Atlassian Crowd authentication-description:         See README-license:             MIT-license-file:        LICENSE-author:              Michael Snoyman-maintainer:          michael@fpcomplete.com-category:            Web-build-type:          Simple-extra-source-files:  README.md ChangeLog.md-cabal-version:       >=1.10--library-  exposed-modules:     Network.Wai.Middleware.Crowd-  other-modules:       Paths_wai_middleware_crowd-                       Network.Wai.OpenId-                       Network.Wai.Approot-                       Network.Wai.ClientSession-  build-depends:       base              >= 4.7 && < 5-                     , resourcet         >= 1.1-                     , text              >= 1.1-                     , http-client       >= 0.4-                     , wai               >= 3.0 && < 4-                     , authenticate      >= 1.3-                     , bytestring        >= 0.10-                     , case-insensitive  >= 1.2-                     , containers        >= 0.5-                     , http-types        >= 0.8-                     , blaze-builder     >= 0.3-                     , binary            >= 0.7-                     , base64-bytestring >= 1.0-                     , time              >= 1.4-                     , clientsession     >= 0.9-                     , cookie            >= 0.4-                     , http-client-tls   >= 0.2-                     , unix-compat       >= 0.4-                     , vault-  hs-source-dirs:      src-  default-language:    Haskell2010--executable wai-crowd-  default-language:    Haskell2010-  hs-source-dirs:      app-  main-is:             wai-crowd.hs-  other-modules:       SimpleOptions-                       Rdr2tls-  build-depends:       base-                     , bytestring-                     , clientsession-                     , gitrev                >= 1.0-                     , http-client-                     , http-client-tls-                     , http-reverse-proxy    >= 0.4-                     , http-types-                     , optparse-applicative  >= 0.11 && < 0.14-                     , template-haskell-                     , text-                     , transformers-                     , wai-                     , wai-app-static-                     , wai-extra-                     , wai-middleware-crowd-                     , warp-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N--source-repository head-  type:     git-  location: https://github.com/fpco/wai-middleware-crowd+name:                wai-middleware-crowd
+version:             0.1.4.2
+x-revision: 1
+synopsis:            Middleware and utilities for using Atlassian Crowd authentication
+description:         See README
+license:             MIT
+license-file:        LICENSE
+author:              Michael Snoyman
+maintainer:          michael@fpcomplete.com
+category:            Web
+build-type:          Simple
+extra-source-files:  README.md ChangeLog.md
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Network.Wai.Middleware.Crowd
+  other-modules:       Paths_wai_middleware_crowd
+                       Network.Wai.OpenId
+                       Network.Wai.Approot
+                       Network.Wai.ClientSession
+  build-depends:       base              >= 4.7 && < 5
+                     , resourcet         >= 1.1
+                     , text              >= 1.1
+                     , http-client       >= 0.4
+                     , wai               >= 3.0 && < 4
+                     , authenticate      >= 1.3
+                     , bytestring        >= 0.10
+                     , case-insensitive  >= 1.2
+                     , containers        >= 0.5
+                     , http-types        >= 0.8
+                     , blaze-builder     >= 0.3
+                     , binary            >= 0.7
+                     , base64-bytestring >= 1.0
+                     , time              >= 1.4
+                     , clientsession     >= 0.9
+                     , cookie            >= 0.4
+                     , http-client-tls   >= 0.2
+                     , unix-compat       >= 0.4
+                     , vault
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+
+executable wai-crowd
+  default-language:    Haskell2010
+  hs-source-dirs:      app
+  main-is:             wai-crowd.hs
+  other-modules:       SimpleOptions
+                       Rdr2tls
+  build-depends:       base
+                     , bytestring
+                     , clientsession
+                     , gitrev                >= 1.0
+                     , http-client
+                     , http-client-tls
+                     , http-reverse-proxy    >= 0.4
+                     , http-types
+                     , optparse-applicative  >= 0.11 && < 0.15
+                     , template-haskell
+                     , text
+                     , transformers
+                     , wai
+                     , wai-app-static
+                     , wai-extra
+                     , wai-middleware-crowd
+                     , warp
+  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
+
+source-repository head
+  type:     git
+  location: https://github.com/fpco/wai-middleware-crowd