Include logger subrepo

This commit is contained in:
Michael Snoyman 2012-07-09 11:43:40 +03:00
parent e47441da22
commit 33192027a1
4 changed files with 8 additions and 1 deletions

3
.gitmodules vendored
View File

@ -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

@ -0,0 +1 @@
Subproject commit afc5e4c99126a2fbe6afd16d5cf2729c5c077473

View File

@ -11,3 +11,6 @@
./warp-static
./wai-websockets
./wai-eventsource
./logger/fast-logger
./logger/wai-logger
./logger/monad-logger

View File

@ -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