mirror of
https://github.com/typeable/wai.git
synced 2025-01-08 15:37:19 +03:00
Include logger subrepo
This commit is contained in:
parent
e47441da22
commit
33192027a1
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "scripts"]
|
||||
path = scripts
|
||||
url = git://github.com/yesodweb/scripts.git
|
||||
[submodule "logger"]
|
||||
path = logger
|
||||
url = https://github.com/kazu-yamamoto/logger
|
||||
|
1
logger
Submodule
1
logger
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit afc5e4c99126a2fbe6afd16d5cf2729c5c077473
|
@ -11,3 +11,6 @@
|
||||
./warp-static
|
||||
./wai-websockets
|
||||
./wai-eventsource
|
||||
./logger/fast-logger
|
||||
./logger/wai-logger
|
||||
./logger/monad-logger
|
||||
|
@ -33,7 +33,7 @@ Library
|
||||
, text >= 0.7 && < 0.12
|
||||
, case-insensitive >= 0.2
|
||||
, data-default
|
||||
, fast-logger >= 0.1 && < 0.2
|
||||
, fast-logger >= 0.2 && < 0.3
|
||||
, wai-logger >= 0.2 && < 0.3
|
||||
, conduit >= 0.5 && < 0.6
|
||||
, zlib-conduit >= 0.5 && < 0.6
|
||||
|
Loading…
Reference in New Issue
Block a user