mirror of
https://github.com/typeable/wai.git
synced 2024-12-28 16:46:28 +03:00
Remove some old packages
This commit is contained in:
parent
50d7a20ca3
commit
8fcb326cdc
@ -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
|
||||
|
@ -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.
|
@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env runhaskell
|
||||
|
||||
> module Main where
|
||||
> import Distribution.Simple
|
||||
|
||||
> main :: IO ()
|
||||
> main = defaultMain
|
@ -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
|
@ -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 <michael@snoyman.com>
|
||||
|
@ -1 +0,0 @@
|
||||
:set -itest -optP-include -optPdist/build/autogen/cabal_macros.h
|
@ -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.
|
@ -1,8 +0,0 @@
|
||||
#!/usr/bin/env runhaskell
|
||||
|
||||
> module Main where
|
||||
> import Distribution.Simple
|
||||
> import System.Cmd (system)
|
||||
|
||||
> main :: IO ()
|
||||
> main = defaultMain
|
@ -1,16 +0,0 @@
|
||||
name: wai-test
|
||||
version: 3.0.0
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
maintainer: Michael Snoyman <michael@snoyman.com>
|
||||
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
|
Loading…
Reference in New Issue
Block a user