haxr-th 3000.0.0 → 3000.5
raw patch · 2 files changed
+31/−5 lines, 2 filesdep ~basenew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- LICENSE +24/−0
- haxr-th.cabal +7/−5
+ LICENSE view
@@ -0,0 +1,24 @@+Copyright (c) 2003-2005 Bjorn Bringert. All rights reserved.++Redistribution and use in source and binary forms, with or without+modification, are permitted provided that the following conditions are met:++* Redistributions of source code must retain the above copyright notice,+ this list of conditions and the following disclaimer.+* Redistributions in binary form must reproduce the above copyright+ notice, this list of conditions and the following disclaimer in the+ documentation and/or other materials provided with the distribution.+* Neither the name of the copyright holder nor the+ names of any contributors may be used to endorse or promote products+ derived from this software without specific prior written permission.++This software is provided by the copyright holders "as is" and any express or+implied warranties, including, but not limited to, the implied warranties of+merchantability and fitness for a particular purpose are disclaimed. In no+event shall the copyright holders be liable for any direct, indirect,+incidental, special, exemplary, or consequential damages (including, but not+limited to, procurement of substitute goods or services; loss of use, data,+or profits; or business interruption) however caused and on any theory of+liability, whether in contract, strict liability, or tort (including+negligence or otherwise) arising in any way out of the use of this software,+even if advised of the possibility of such damage.
haxr-th.cabal view
@@ -1,11 +1,13 @@ Name: haxr-th-Version: 3000.0.0+Version: 3000.5 Copyright: Bjorn Bringert, 2003-2006-Build-depends: base, haxr >= 3000.0.0, template-haskell-License: BSD4-License-file: ../LICENSE+Build-depends: base<4, haxr >= 3000.0.0, template-haskell+Cabal-version: >=1.2+Build-type: Simple+License: BSD3+License-file: LICENSE Author: Bjorn Bringert <bjorn@bringert.net>-Maintainer: Bjorn Bringert <bjorn@bringert.net>+Maintainer: Gracjan Polak <gracjanpolak@gmail.com> Homepage: http://www.haskell.org/haxr/ Synopsis: Automatic deriving of XML-RPC structs for Haskell records. Description: