harp 0.2.1 → 0.4
raw patch · 2 files changed
+23/−72 lines, 2 filesnew-uploaderPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENSE +21/−70
- harp.cabal +2/−2
LICENSE view
@@ -1,77 +1,28 @@- [1]Return to the main page--Licence document for the haskell-harp package-- ---------------------------------------------------------------------------- Copyright 2004, Niklas Broberg. 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.-- 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.-- ---------------------------------------------------------------------------- This library is based on code from the Glasgow Haskell Compiler, which is- usable and redistributable under the following licence:-- The Glasgow Haskell Compiler License-- Copyright 2002, The University Court of the University of Glasgow. All- rights reserved.+All rights reserved. - Redistribution and use in source and binary forms, with or without- modification, are permitted provided that the following conditions are- met:+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.+1. 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+2. 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 name of the University nor the names of its contributors may be- used to endorse or promote products derived from this software without- specific prior written permission.-- THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF- GLASGOW AND THE CONTRIBUTORS "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 UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE- CONTRIBUTORS 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.-- ---------------------------------------------------------------------------- [2]Return to the main page--References+3. Neither the name of the author nor the names of his contributors+ may be used to endorse or promote products derived from this software+ without specific prior written permission. - Visible links- 1. http://www.cs.chalmers.se/~d00nibro/harp/index.html- 2. http://www.cs.chalmers.se/~d00nibro/harp/index.html+THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS OR CONTRIBUTORS 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.
harp.cabal view
@@ -1,6 +1,6 @@ Name: harp-Version: 0.2.1-License: BSD4+Version: 0.4+License: BSD3 License-File: LICENSE Author: Niklas Broberg Maintainer: Niklas Broberg <nibro@cs.chalmers.se>