diff --git a/sources.txt b/sources.txt index 23f04f7c..27172847 100644 --- a/sources.txt +++ b/sources.txt @@ -1,5 +1,4 @@ ./wai -./wai-test ./wai-extra ./warp ./warp-tls @@ -7,7 +6,7 @@ ./wai-handler-fastcgi ./wai-handler-launch ./wai-websockets -./wai-eventsource +./wai-frontend-monadcgi ./wai-conduit ./mime-types ./auto-update diff --git a/wai-eventsource/LICENSE b/wai-eventsource/LICENSE deleted file mode 100644 index d9f04179..00000000 --- a/wai-eventsource/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) 2012 Michael Snoyman, http://www.yesodweb.com/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/wai-eventsource/Setup.lhs b/wai-eventsource/Setup.lhs deleted file mode 100755 index 06e2708f..00000000 --- a/wai-eventsource/Setup.lhs +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env runhaskell - -> module Main where -> import Distribution.Simple - -> main :: IO () -> main = defaultMain diff --git a/wai-eventsource/wai-eventsource.cabal b/wai-eventsource/wai-eventsource.cabal deleted file mode 100644 index 84676c9c..00000000 --- a/wai-eventsource/wai-eventsource.cabal +++ /dev/null @@ -1,16 +0,0 @@ -Name: wai-eventsource -Version: 3.0.0 -Synopsis: WAI support for server-sent events (deprecated) -Description: Since WAI 3.0, this code has been merged into wai-extra. -License: MIT -Author: Chris Smith, Mathias Biilmann Christensen -Maintainer: greg@gregweber.info -Stability: Experimental -Category: Web -Build-type: Simple -Cabal-version: >=1.8 -homepage: http://www.yesodweb.com/book/web-application-interface -license-file: LICENSE - -Library - build-depends: wai >= 3.0 diff --git a/wai-frontend-monadcgi/wai-frontend-monadcgi.cabal b/wai-frontend-monadcgi/wai-frontend-monadcgi.cabal index e307420e..6cd00b35 100644 --- a/wai-frontend-monadcgi/wai-frontend-monadcgi.cabal +++ b/wai-frontend-monadcgi/wai-frontend-monadcgi.cabal @@ -1,5 +1,5 @@ name: wai-frontend-monadcgi -version: 3.0.0 +version: 3.0.0.1 license: MIT license-file: LICENSE author: Michael Snoyman diff --git a/wai-test/.ghci b/wai-test/.ghci deleted file mode 100644 index ca2bf92c..00000000 --- a/wai-test/.ghci +++ /dev/null @@ -1 +0,0 @@ -:set -itest -optP-include -optPdist/build/autogen/cabal_macros.h diff --git a/wai-test/LICENSE b/wai-test/LICENSE deleted file mode 100644 index d9f04179..00000000 --- a/wai-test/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) 2012 Michael Snoyman, http://www.yesodweb.com/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/wai-test/Setup.lhs b/wai-test/Setup.lhs deleted file mode 100755 index 1bc517f6..00000000 --- a/wai-test/Setup.lhs +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env runhaskell - -> module Main where -> import Distribution.Simple -> import System.Cmd (system) - -> main :: IO () -> main = defaultMain diff --git a/wai-test/wai-test.cabal b/wai-test/wai-test.cabal deleted file mode 100644 index 2c570c80..00000000 --- a/wai-test/wai-test.cabal +++ /dev/null @@ -1,16 +0,0 @@ -name: wai-test -version: 3.0.0 -license: MIT -license-file: LICENSE -author: Michael Snoyman -maintainer: Michael Snoyman -synopsis: Unit test framework (built on HUnit) for WAI applications. (deprecated) -description: Since WAI 3.0, this code has been merged into wai-extra. -category: Testing, Web, Yesod -stability: Stable -cabal-version: >= 1.8 -build-type: Simple -homepage: http://www.yesodweb.com/book/web-application-interface - -library - build-depends: wai >= 3.0