2019-12-22 20:43:01 +01:00
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: alex-3.5.4.0
2019-12-22 20:43:01 +01:00
================================================================================
Copyright (c) 1995-2011, Chris Dornan and Simon Marlow
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* Neither the name of the copyright holders, nor the names of the
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 COPYRIGHT
OWNER 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.
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: ansi-terminal-1.1.3
2025-06-23 05:45:12 +02:00
================================================================================
Copyright (c) 2008, Maximilian Bolingbroke
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 Maximilian Bolingbroke nor the names of other 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 AND 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 COPYRIGHT OWNER 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.
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: ansi-terminal-types-1.1.3
2025-06-23 05:45:12 +02:00
================================================================================
Copyright (c) 2008, Maximilian Bolingbroke
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 Maximilian Bolingbroke nor the names of other 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 AND 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 COPYRIGHT OWNER 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.
================================================================================
Dependency: array-0.5.8.0
2019-12-22 20:43:01 +01:00
================================================================================
This library (libraries/base) is derived from code from several
2022-02-15 18:11:52 +01:00
sources:
2019-12-22 20:43:01 +01:00
* Code from the GHC project which is largely (c) The University of
Glasgow, and distributable under a BSD-style license (see below),
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* Code from the Haskell 98 Report which is (c) Simon Peyton Jones
and freely redistributable (but see the full license for
restrictions).
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* Code from the Haskell Foreign Function Interface specification,
which is (c) Manuel M. T. Chakravarty and freely redistributable
(but see the full license for restrictions).
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
The full text of these licenses is reproduced below. All of the
licenses are BSD-style or compatible.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
The Glasgow Haskell Compiler License
2022-02-15 18:11:52 +01:00
Copyright 2004, The University Court of the University of Glasgow.
2019-12-22 20:43:01 +01:00
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Neither name of the University nor the names of its contributors may be
used to endorse or promote products derived from this software without
2022-02-15 18:11:52 +01:00
specific prior written permission.
2019-12-22 20:43:01 +01:00
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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Code derived from the document "Report on the Programming Language
Haskell 98", is distributed under the following license:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Copyright (c) 2002 Simon Peyton Jones
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
The authors intend this Report to belong to the entire Haskell
community, and so we grant permission to copy and distribute it for
any purpose, provided that it is reproduced in its entirety,
including this Notice. Modified versions of this Report may also be
copied and distributed for any purpose, provided that the modified
version is clearly presented as such, and that it does not claim to
be a definition of the Haskell 98 Language.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Code derived from the document "The Haskell 98 Foreign Function
Interface, An Addendum to the Haskell 98 Report" is distributed under
the following license:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Copyright (c) 2002 Manuel M. T. Chakravarty
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
The authors intend this Report to belong to the entire Haskell
community, and so we grant permission to copy and distribute it for
any purpose, provided that it is reproduced in its entirety,
including this Notice. Modified versions of this Report may also be
copied and distributed for any purpose, provided that the modified
version is clearly presented as such, and that it does not claim to
be a definition of the Haskell 98 Foreign Function Interface.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: base-4.20.2.0
2019-12-22 20:43:01 +01:00
================================================================================
This library (libraries/base) is derived from code from several
2022-02-15 18:11:52 +01:00
sources:
2019-12-22 20:43:01 +01:00
* Code from the GHC project which is largely (c) The University of
Glasgow, and distributable under a BSD-style license (see below),
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* Code from the Haskell 98 Report which is (c) Simon Peyton Jones
and freely redistributable (but see the full license for
restrictions).
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* Code from the Haskell Foreign Function Interface specification,
which is (c) Manuel M. T. Chakravarty and freely redistributable
(but see the full license for restrictions).
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
The full text of these licenses is reproduced below. All of the
licenses are BSD-style or compatible.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
The Glasgow Haskell Compiler License
2022-02-15 18:11:52 +01:00
Copyright 2004, The University Court of the University of Glasgow.
2019-12-22 20:43:01 +01:00
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Neither name of the University nor the names of its contributors may be
used to endorse or promote products derived from this software without
2022-02-15 18:11:52 +01:00
specific prior written permission.
2019-12-22 20:43:01 +01:00
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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Code derived from the document "Report on the Programming Language
Haskell 98", is distributed under the following license:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Copyright (c) 2002 Simon Peyton Jones
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
The authors intend this Report to belong to the entire Haskell
community, and so we grant permission to copy and distribute it for
any purpose, provided that it is reproduced in its entirety,
including this Notice. Modified versions of this Report may also be
copied and distributed for any purpose, provided that the modified
version is clearly presented as such, and that it does not claim to
be a definition of the Haskell 98 Language.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Code derived from the document "The Haskell 98 Foreign Function
Interface, An Addendum to the Haskell 98 Report" is distributed under
the following license:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Copyright (c) 2002 Manuel M. T. Chakravarty
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
The authors intend this Report to belong to the entire Haskell
community, and so we grant permission to copy and distribute it for
any purpose, provided that it is reproduced in its entirety,
including this Notice. Modified versions of this Report may also be
copied and distributed for any purpose, provided that the modified
version is clearly presented as such, and that it does not claim to
be a definition of the Haskell 98 Foreign Function Interface.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: binary-0.8.9.3
2019-12-22 20:43:01 +01:00
================================================================================
Copyright (c) Lennart Kolmodin
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
THIS SOFTWARE IS PROVIDED BY 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 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.
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: bytestring-0.12.2.0
2019-12-22 20:43:01 +01:00
================================================================================
Copyright (c) Don Stewart 2005-2009
(c) Duncan Coutts 2006-2015
(c) David Roundy 2003-2005
(c) Simon Meier 2010-2011
2024-04-14 22:19:22 +02:00
(c) Koz Ross 2021
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
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.
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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND 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 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.
================================================================================
2024-04-14 22:19:22 +02:00
Dependency: cmdargs-0.10.22
2019-12-22 20:43:01 +01:00
================================================================================
2024-04-14 22:19:22 +02:00
Copyright Neil Mitchell 2009-2023.
2019-12-22 20:43:01 +01:00
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* Neither the name of Neil Mitchell nor the names of other
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 COPYRIGHT
OWNER 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.
================================================================================
2025-06-23 05:45:12 +02:00
Dependency: colour-2.3.6
================================================================================
Copyright (c) 2008, 2009
Russell O'Connor
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.
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: containers-0.7
2019-12-22 20:43:01 +01:00
================================================================================
The Glasgow Haskell Compiler License
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Copyright 2004, The University Court of the University of Glasgow.
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
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.
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: deepseq-1.5.0.0
2019-12-22 20:43:01 +01:00
================================================================================
This library (deepseq) is derived from code from the GHC project which
is largely (c) The University of Glasgow, and distributable under a
BSD-style license (see below).
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
The Glasgow Haskell Compiler License
2022-02-15 18:11:52 +01:00
Copyright 2001-2009, The University Court of the University of Glasgow.
2019-12-22 20:43:01 +01:00
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Neither name of the University nor the names of its contributors may be
used to endorse or promote products derived from this software without
2022-02-15 18:11:52 +01:00
specific prior written permission.
2019-12-22 20:43:01 +01:00
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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
================================================================================
2025-06-23 05:45:12 +02:00
Dependency: directory-1.3.8.5
2019-12-22 20:43:01 +01:00
================================================================================
This library (libraries/base) is derived from code from two
2022-02-15 18:11:52 +01:00
sources:
2019-12-22 20:43:01 +01:00
* Code from the GHC project which is largely (c) The University of
Glasgow, and distributable under a BSD-style license (see below),
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* Code from the Haskell 98 Report which is (c) Simon Peyton Jones
and freely redistributable (but see the full license for
restrictions).
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
The full text of these licenses is reproduced below. Both of the
licenses are BSD-style or compatible.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
The Glasgow Haskell Compiler License
2022-02-15 18:11:52 +01:00
Copyright 2004, The University Court of the University of Glasgow.
2019-12-22 20:43:01 +01:00
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Neither name of the University nor the names of its contributors may be
used to endorse or promote products derived from this software without
2022-02-15 18:11:52 +01:00
specific prior written permission.
2019-12-22 20:43:01 +01:00
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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Code derived from the document "Report on the Programming Language
Haskell 98", is distributed under the following license:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Copyright (c) 2002 Simon Peyton Jones
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
The authors intend this Report to belong to the entire Haskell
community, and so we grant permission to copy and distribute it for
any purpose, provided that it is reproduced in its entirety,
including this Notice. Modified versions of this Report may also be
copied and distributed for any purpose, provided that the modified
version is clearly presented as such, and that it does not claim to
be a definition of the Haskell 98 Language.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: exceptions-0.10.9
2024-05-01 15:06:37 +02:00
================================================================================
Copyright 2013-2015 Edward Kmett
Copyright 2012 Google Inc.
2024-05-06 00:23:04 +02:00
2024-05-01 15:06:37 +02:00
All rights reserved.
2024-05-06 00:23:04 +02:00
2024-05-01 15:06:37 +02:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
2024-05-06 00:23:04 +02:00
2024-05-01 15:06:37 +02:00
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2024-05-06 00:23:04 +02:00
2024-05-01 15:06:37 +02:00
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.
2024-05-06 00:23:04 +02:00
2024-05-01 15:06:37 +02:00
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.
2024-05-06 00:23:04 +02:00
2024-05-01 15:06:37 +02:00
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.
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: filepath-1.5.4.0
2019-12-22 20:43:01 +01:00
================================================================================
2024-04-14 22:19:22 +02:00
Copyright Neil Mitchell 2005-2020.
2019-12-22 20:43:01 +01:00
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* Neither the name of Neil Mitchell nor the names of other
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 COPYRIGHT
OWNER 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.
================================================================================
2024-04-14 22:19:22 +02:00
Dependency: ghc-bignum-1.3
2019-12-22 20:43:01 +01:00
================================================================================
The Glasgow Haskell Compiler License
2022-02-15 18:11:52 +01:00
2024-04-14 22:19:22 +02:00
Copyright 2020, The University Court of the University of Glasgow.
2019-12-22 20:43:01 +01:00
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Neither name of the University nor the names of its contributors may be
used to endorse or promote products derived from this software without
2022-02-15 18:11:52 +01:00
specific prior written permission.
2019-12-22 20:43:01 +01:00
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.
2022-02-15 18:11:52 +01:00
2024-04-14 22:19:22 +02:00
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: ghc-internal-9.1003.0
================================================================================
This library (libraries/base) is derived from code from several
sources:
* Code from the GHC project which is largely (c) The University of
Glasgow, and distributable under a BSD-style license (see below),
* Code from the Haskell 98 Report which is (c) Simon Peyton Jones
and freely redistributable (but see the full license for
restrictions).
* Code from the Haskell Foreign Function Interface specification,
which is (c) Manuel M. T. Chakravarty and freely redistributable
(but see the full license for restrictions).
The full text of these licenses is reproduced below. All of the
licenses are BSD-style or compatible.
-----------------------------------------------------------------------------
The Glasgow Haskell Compiler License
Copyright 2004, The University Court of the University of Glasgow.
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.
-----------------------------------------------------------------------------
Code derived from the document "Report on the Programming Language
Haskell 98", is distributed under the following license:
Copyright (c) 2002 Simon Peyton Jones
The authors intend this Report to belong to the entire Haskell
community, and so we grant permission to copy and distribute it for
any purpose, provided that it is reproduced in its entirety,
including this Notice. Modified versions of this Report may also be
copied and distributed for any purpose, provided that the modified
version is clearly presented as such, and that it does not claim to
be a definition of the Haskell 98 Language.
-----------------------------------------------------------------------------
Code derived from the document "The Haskell 98 Foreign Function
Interface, An Addendum to the Haskell 98 Report" is distributed under
the following license:
Copyright (c) 2002 Manuel M. T. Chakravarty
The authors intend this Report to belong to the entire Haskell
community, and so we grant permission to copy and distribute it for
any purpose, provided that it is reproduced in its entirety,
including this Notice. Modified versions of this Report may also be
copied and distributed for any purpose, provided that the modified
version is clearly presented as such, and that it does not claim to
be a definition of the Haskell 98 Foreign Function Interface.
-----------------------------------------------------------------------------
================================================================================
Dependency: ghc-prim-0.12.0
2024-04-14 22:19:22 +02:00
================================================================================
2022-02-15 18:11:52 +01:00
2024-05-01 15:06:37 +02:00
This library (libraries/ghc-prim) is derived from code from several
sources:
* Code from the GHC project which is largely (c) The University of
Glasgow, and distributable under a BSD-style license (see below),
* Code from the Haskell 98 Report which is (c) Simon Peyton Jones
and freely redistributable (but see the full license for
restrictions).
The full text of these licenses is reproduced below. All of the
licenses are BSD-style or compatible.
-----------------------------------------------------------------------------
The Glasgow Haskell Compiler License
Copyright 2004, The University Court of the University of Glasgow.
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.
-----------------------------------------------------------------------------
Code derived from the document "Report on the Programming Language
Haskell 98", is distributed under the following license:
Copyright (c) 2002 Simon Peyton Jones
The authors intend this Report to belong to the entire Haskell
community, and so we grant permission to copy and distribute it for
any purpose, provided that it is reproduced in its entirety,
including this Notice. Modified versions of this Report may also be
copied and distributed for any purpose, provided that the modified
version is clearly presented as such, and that it does not claim to
be a definition of the Haskell 98 Language.
2019-12-22 20:43:01 +01:00
2020-02-08 00:57:48 +01:00
================================================================================
2024-04-14 22:19:22 +02:00
Dependency: githash-0.1.7.0
2020-02-08 00:57:48 +01:00
================================================================================
Copyright (c) 2018, Michael Snoyman, 2015, Adam C. Foltzer
All rights reserved.
2022-02-15 18:11:52 +01:00
2020-02-08 00:57:48 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2020-02-08 00:57:48 +01:00
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2020-02-08 00:57:48 +01:00
* 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.
2022-02-15 18:11:52 +01:00
2020-07-26 23:08:04 +02:00
* Neither the name of githash nor the names of its
2020-02-08 00:57:48 +01:00
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
2022-02-15 18:11:52 +01:00
2020-02-08 00:57:48 +01:00
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 COPYRIGHT HOLDER 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.
2019-12-22 20:43:01 +01:00
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: happy-2.1.7
2019-12-22 20:43:01 +01:00
================================================================================
The Happy License
-----------------
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Copyright 2001, Simon Marlow and Andy Gill. All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Extensions to implement Tomita's Generalized LR parsing:
Copyright 2004, University of Durham, Paul Callaghan and Ben Medlock.
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
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.
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: happy-lib-2.1.7
2025-06-23 05:45:12 +02:00
================================================================================
Page not found: Sorry, it's just not here.
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: hashable-1.5.0.0
2019-12-22 20:43:01 +01:00
================================================================================
Copyright Milan Straka 2010
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* Neither the name of Milan Straka nor the names of other
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 COPYRIGHT
OWNER 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.
================================================================================
2024-05-01 15:06:37 +02:00
Dependency: mtl-2.3.1
2019-12-22 20:43:01 +01:00
================================================================================
The Glasgow Haskell Compiler License
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Copyright 2004, The University Court of the University of Glasgow.
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
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.
2024-05-01 15:06:37 +02:00
================================================================================
2025-06-23 05:45:12 +02:00
Dependency: optparse-applicative-0.18.1.0
================================================================================
Copyright (c) 2012, Paolo Capriotti
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 Paolo Capriotti nor the names of other
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 AND 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 COPYRIGHT
OWNER 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.
================================================================================
Dependency: os-string-2.0.7
2024-05-01 15:06:37 +02:00
================================================================================
Copyright Neil Mitchell 2005-2020.
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 Neil Mitchell nor the names of other
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 AND 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 COPYRIGHT
OWNER 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.
2019-12-22 20:43:01 +01:00
================================================================================
Dependency: pretty-1.1.3.6
================================================================================
This library (libraries/pretty) is derived from code from
the GHC project which is largely (c) The University of
Glasgow, and distributable under a BSD-style license (see below).
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
The Glasgow Haskell Compiler License
2022-02-15 18:11:52 +01:00
Copyright 2004, The University Court of the University of Glasgow.
2019-12-22 20:43:01 +01:00
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Neither name of the University nor the names of its contributors may be
used to endorse or promote products derived from this software without
2022-02-15 18:11:52 +01:00
specific prior written permission.
2019-12-22 20:43:01 +01:00
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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
2020-12-10 21:33:06 +01:00
================================================================================
2025-06-23 05:45:12 +02:00
Dependency: prettyprinter-1.7.1
================================================================================
Page not found: Sorry, it's just not here.
================================================================================
Dependency: prettyprinter-ansi-terminal-1.1.3
================================================================================
Page not found: Sorry, it's just not here.
================================================================================
Dependency: primitive-0.9.1.0
2020-12-10 21:33:06 +01:00
================================================================================
Copyright (c) 2008-2009, Roman Leshchinskiy
All rights reserved.
2022-02-15 18:11:52 +01:00
2020-12-10 21:33:06 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2020-12-10 21:33:06 +01:00
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2020-12-10 21:33:06 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2020-12-10 21:33:06 +01:00
- Neither name of the University nor the names of its contributors may be
used to endorse or promote products derived from this software without
2022-02-15 18:11:52 +01:00
specific prior written permission.
2020-12-10 21:33:06 +01:00
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.
2022-02-15 18:11:52 +01:00
2020-12-10 21:33:06 +01:00
2019-12-22 20:43:01 +01:00
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: process-1.6.26.1
2019-12-22 20:43:01 +01:00
================================================================================
This library (libraries/process) is derived from code from two
2022-02-15 18:11:52 +01:00
sources:
2019-12-22 20:43:01 +01:00
* Code from the GHC project which is largely (c) The University of
Glasgow, and distributable under a BSD-style license (see below),
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* Code from the Haskell 98 Report which is (c) Simon Peyton Jones
and freely redistributable (but see the full license for
restrictions).
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
The full text of these licenses is reproduced below. Both of the
licenses are BSD-style or compatible.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
The Glasgow Haskell Compiler License
2022-02-15 18:11:52 +01:00
Copyright 2004, The University Court of the University of Glasgow.
2019-12-22 20:43:01 +01:00
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Neither name of the University nor the names of its contributors may be
used to endorse or promote products derived from this software without
2022-02-15 18:11:52 +01:00
specific prior written permission.
2019-12-22 20:43:01 +01:00
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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Code derived from the document "Report on the Programming Language
Haskell 98", is distributed under the following license:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Copyright (c) 2002 Simon Peyton Jones
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
The authors intend this Report to belong to the entire Haskell
community, and so we grant permission to copy and distribute it for
any purpose, provided that it is reproduced in its entirety,
including this Notice. Modified versions of this Report may also be
copied and distributed for any purpose, provided that the modified
version is clearly presented as such, and that it does not claim to
be a definition of the Haskell 98 Language.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
-----------------------------------------------------------------------------
================================================================================
2025-06-23 05:45:12 +02:00
Dependency: random-1.2.1.3
================================================================================
This library (libraries/base) is derived from code from two
sources:
* Code from the GHC project which is largely (c) The University of
Glasgow, and distributable under a BSD-style license (see below),
* Code from the Haskell 98 Report which is (c) Simon Peyton Jones
and freely redistributable (but see the full license for
restrictions).
The full text of these licenses is reproduced below. Both of the
licenses are BSD-style or compatible.
-----------------------------------------------------------------------------
The Glasgow Haskell Compiler License
Copyright 2004, The University Court of the University of Glasgow.
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.
-----------------------------------------------------------------------------
Code derived from the document "Report on the Programming Language
Haskell 98", is distributed under the following license:
Copyright (c) 2002 Simon Peyton Jones
The authors intend this Report to belong to the entire Haskell
community, and so we grant permission to copy and distribute it for
any purpose, provided that it is reproduced in its entirety,
including this Notice. Modified versions of this Report may also be
copied and distributed for any purpose, provided that the modified
version is clearly presented as such, and that it does not claim to
be a definition of the Haskell 98 Language.
-----------------------------------------------------------------------------
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: splitmix-0.1.3.1
2025-06-23 05:45:12 +02:00
================================================================================
Copyright (c) 2017, Oleg Grenrus
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 Oleg Grenrus nor the names of other
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 AND 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 COPYRIGHT
OWNER 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.
================================================================================
Dependency: stm-2.5.3.1
2024-05-01 15:06:37 +02:00
================================================================================
The Glasgow Haskell Compiler License
Copyright 2004, The University Court of the University of Glasgow.
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.
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: tagged-0.8.9
2025-06-23 05:45:12 +02:00
================================================================================
Copyright (c) 2009-2015 Edward Kmett
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 Edward Kmett nor the names of other
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 AND 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 COPYRIGHT
OWNER 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.
================================================================================
Dependency: tasty-1.5.3
================================================================================
Copyright (c) 2013 Roman Cheplyaka
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.
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: template-haskell-2.22.0.0
2019-12-22 20:43:01 +01:00
================================================================================
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
The Glasgow Haskell Compiler License
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Copyright 2002-2007, The University Court of the University of Glasgow.
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: text-2.1.3
2019-12-22 20:43:01 +01:00
================================================================================
Copyright (c) 2008-2009, Tom Harper
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
* 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 COPYRIGHT
OWNER 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.
2021-07-30 19:54:05 +02:00
================================================================================
2025-06-23 05:45:12 +02:00
Dependency: th-compat-0.1.6
2021-07-30 19:54:05 +02:00
================================================================================
Copyright (c) 2020, Ryan Scott
2022-02-15 18:11:52 +01:00
2021-07-30 19:54:05 +02:00
All rights reserved.
2022-02-15 18:11:52 +01:00
2021-07-30 19:54:05 +02:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2021-07-30 19:54:05 +02:00
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2021-07-30 19:54:05 +02:00
* 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.
2022-02-15 18:11:52 +01:00
2021-07-30 19:54:05 +02:00
* Neither the name of Ryan Scott nor the names of other
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
2022-02-15 18:11:52 +01:00
2021-07-30 19:54:05 +02:00
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 COPYRIGHT
OWNER 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.
2019-12-22 20:43:01 +01:00
================================================================================
2024-04-14 22:19:22 +02:00
Dependency: time-1.12.2
2019-12-22 20:43:01 +01:00
================================================================================
2024-04-14 22:19:22 +02:00
TimeLib is Copyright (c) Ashley Yakeley and contributors, 2004-2022. All rights reserved.
2019-12-22 20:43:01 +01:00
Certain sections are Copyright 2004, The University Court of the University of Glasgow. All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Neither name of the copyright holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 COPYRIGHT OWNER 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.
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: transformers-0.6.1.1
2019-12-22 20:43:01 +01:00
================================================================================
The Glasgow Haskell Compiler License
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Copyright 2004, The University Court of the University of Glasgow.
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
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.
================================================================================
2025-06-23 05:45:12 +02:00
Dependency: transformers-compat-0.7.2
================================================================================
Copyright 2012-2015 Edward Kmett
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
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.
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.
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.
================================================================================
2025-11-02 02:32:55 +01:00
Dependency: unix-2.8.7.0
2019-12-22 20:43:01 +01:00
================================================================================
The Glasgow Haskell Compiler License
2022-02-15 18:11:52 +01:00
Copyright 2004, The University Court of the University of Glasgow.
2019-12-22 20:43:01 +01:00
All rights reserved.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2019-12-22 20:43:01 +01:00
- Neither name of the University nor the names of its contributors may be
used to endorse or promote products derived from this software without
2022-02-15 18:11:52 +01:00
specific prior written permission.
2019-12-22 20:43:01 +01:00
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.
2020-12-10 21:33:06 +01:00
================================================================================
2025-06-23 05:45:12 +02:00
Dependency: vector-0.13.2.0
2020-12-10 21:33:06 +01:00
================================================================================
Copyright (c) 2008-2012, Roman Leshchinskiy
2024-04-14 22:19:22 +02:00
2020-2022, Alexey Kuleshevich
2020-2022, Aleksey Khudyakov
2020-2022, Andrew Lelechenko
2020-12-10 21:33:06 +01:00
All rights reserved.
2022-02-15 18:11:52 +01:00
2020-12-10 21:33:06 +01:00
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
2022-02-15 18:11:52 +01:00
2020-12-10 21:33:06 +01:00
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2022-02-15 18:11:52 +01:00
2020-12-10 21:33:06 +01:00
- 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.
2022-02-15 18:11:52 +01:00
2020-12-10 21:33:06 +01:00
- Neither name of the University nor the names of its contributors may be
used to endorse or promote products derived from this software without
2022-02-15 18:11:52 +01:00
specific prior written permission.
2020-12-10 21:33:06 +01:00
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.
2022-02-15 18:11:52 +01:00
2024-04-14 22:19:22 +02:00
================================================================================
2024-05-01 15:06:37 +02:00
Dependency: vector-stream-0.1.0.1
2024-04-14 22:19:22 +02:00
================================================================================
Copyright (c) 2008-2012, Roman Leshchinskiy
2020-2022, Alexey Kuleshevich
2020-2022, Aleksey Khudyakov
2020-2022, Andrew Lelechenko
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.
2020-12-10 21:33:06 +01:00