Add primitive to credits and credits/COPYRIGHTS.md.

This commit is contained in:
Pranay Sashank 2020-02-19 14:00:49 +05:30
parent 4eb53e7f86
commit 382631a6b8
3 changed files with 40 additions and 0 deletions

View File

@ -3,6 +3,15 @@ currently shipped with the package. To find parts of the code where the
original or modified code has been included please search for the copyright
notices in the individual files.
## Unreleased
* For compatibility with older GHC versions portions of PrimArray and
SmallArray code is taken from "primitive" package.
* Copyright (c) 2009-2012 Roman Leshchinskiy
* Copyright (c) 2015 Dan Doel
* https://hackage.haskell.org/package/primitive-0.7.0.0
* See primitive-0.7.0.0.txt for the original license.
## 0.7.0
* Composable folds include code from the "foldl" package.

View File

@ -0,0 +1,30 @@
Copyright (c) 2008-2009, Roman Leshchinskiy
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 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.

View File

@ -97,6 +97,7 @@ extra-source-files:
Changelog.md
credits/*.md
credits/base-4.12.0.0.txt
credits/primitive-0.7.0.0.txt
credits/bjoern-2008-2009.txt
credits/clock-0.7.2.txt
credits/foldl-1.4.5.txt