Remove some old packages

This commit is contained in:
Michael Snoyman 2014-12-21 11:31:17 +02:00
parent 50d7a20ca3
commit 8fcb326cdc
9 changed files with 2 additions and 91 deletions

View File

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

View File

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

View File

@ -1,7 +0,0 @@
#!/usr/bin/env runhaskell
> module Main where
> import Distribution.Simple
> main :: IO ()
> main = defaultMain

View File

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

View File

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

View File

@ -1 +0,0 @@
:set -itest -optP-include -optPdist/build/autogen/cabal_macros.h

View File

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

View File

@ -1,8 +0,0 @@
#!/usr/bin/env runhaskell
> module Main where
> import Distribution.Simple
> import System.Cmd (system)
> main :: IO ()
> main = defaultMain

View File

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