mirror of https://github.com/zachjs/sv2v.git
update versioning
- move --pvp-bounds upper from release.sh to stack.yaml - upgrade to GHC 9.8.4 - add dependency version lower bounds
This commit is contained in:
parent
380c2b978a
commit
80a2f0cf68
|
|
@ -14,6 +14,7 @@ jobs:
|
|||
matrix:
|
||||
resolver:
|
||||
- nightly
|
||||
- lts-23
|
||||
- lts-22
|
||||
- lts-21
|
||||
- lts-20
|
||||
|
|
|
|||
375
NOTICE
375
NOTICE
|
|
@ -1,5 +1,5 @@
|
|||
================================================================================
|
||||
Dependency: alex-3.4.0.1
|
||||
Dependency: alex-3.5.3.0
|
||||
================================================================================
|
||||
|
||||
Copyright (c) 1995-2011, Chris Dornan and Simon Marlow
|
||||
|
|
@ -34,7 +34,67 @@ Dependency: alex-3.4.0.1
|
|||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
================================================================================
|
||||
Dependency: array-0.5.6.0
|
||||
Dependency: ansi-terminal-1.1.2
|
||||
================================================================================
|
||||
|
||||
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: ansi-terminal-types-1.1
|
||||
================================================================================
|
||||
|
||||
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
|
||||
================================================================================
|
||||
|
||||
This library (libraries/base) is derived from code from several
|
||||
|
|
@ -123,7 +183,7 @@ Dependency: array-0.5.6.0
|
|||
|
||||
|
||||
================================================================================
|
||||
Dependency: base-4.18.2.0
|
||||
Dependency: base-4.19.2.0
|
||||
================================================================================
|
||||
|
||||
This library (libraries/base) is derived from code from several
|
||||
|
|
@ -246,7 +306,7 @@ Dependency: binary-0.8.9.1
|
|||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
================================================================================
|
||||
Dependency: bytestring-0.11.5.3
|
||||
Dependency: bytestring-0.12.1.0
|
||||
================================================================================
|
||||
|
||||
Copyright (c) Don Stewart 2005-2009
|
||||
|
|
@ -317,7 +377,32 @@ Dependency: cmdargs-0.10.22
|
|||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
================================================================================
|
||||
Dependency: containers-0.6.7
|
||||
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.
|
||||
|
||||
================================================================================
|
||||
Dependency: containers-0.6.8
|
||||
================================================================================
|
||||
|
||||
The Glasgow Haskell Compiler License
|
||||
|
|
@ -353,7 +438,7 @@ Dependency: containers-0.6.7
|
|||
DAMAGE.
|
||||
|
||||
================================================================================
|
||||
Dependency: deepseq-1.4.8.1
|
||||
Dependency: deepseq-1.5.1.0
|
||||
================================================================================
|
||||
|
||||
This library (deepseq) is derived from code from the GHC project which
|
||||
|
|
@ -397,7 +482,7 @@ Dependency: deepseq-1.4.8.1
|
|||
-----------------------------------------------------------------------------
|
||||
|
||||
================================================================================
|
||||
Dependency: directory-1.3.8.1
|
||||
Dependency: directory-1.3.8.5
|
||||
================================================================================
|
||||
|
||||
This library (libraries/base) is derived from code from two
|
||||
|
|
@ -501,7 +586,7 @@ Dependency: exceptions-0.10.7
|
|||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
================================================================================
|
||||
Dependency: filepath-1.4.200.1
|
||||
Dependency: filepath-1.4.301.0
|
||||
================================================================================
|
||||
|
||||
Copyright Neil Mitchell 2005-2020.
|
||||
|
|
@ -572,7 +657,7 @@ Dependency: ghc-bignum-1.3
|
|||
DAMAGE.
|
||||
|
||||
================================================================================
|
||||
Dependency: ghc-prim-0.10.0
|
||||
Dependency: ghc-prim-0.11.0
|
||||
================================================================================
|
||||
|
||||
This library (libraries/ghc-prim) is derived from code from several
|
||||
|
|
@ -671,7 +756,7 @@ Dependency: githash-0.1.7.0
|
|||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
================================================================================
|
||||
Dependency: happy-1.20.1.1
|
||||
Dependency: happy-2.0.2
|
||||
================================================================================
|
||||
|
||||
The Happy License
|
||||
|
|
@ -706,7 +791,13 @@ Dependency: happy-1.20.1.1
|
|||
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
================================================================================
|
||||
Dependency: hashable-1.4.4.0
|
||||
Dependency: happy-lib-2.0.2
|
||||
================================================================================
|
||||
|
||||
Page not found: Sorry, it's just not here.
|
||||
|
||||
================================================================================
|
||||
Dependency: hashable-1.4.7.0
|
||||
================================================================================
|
||||
|
||||
Copyright Milan Straka 2010
|
||||
|
|
@ -777,7 +868,42 @@ Dependency: mtl-2.3.1
|
|||
DAMAGE.
|
||||
|
||||
================================================================================
|
||||
Dependency: os-string-2.0.2.1
|
||||
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
|
||||
================================================================================
|
||||
|
||||
Copyright Neil Mitchell 2005-2020.
|
||||
|
|
@ -856,7 +982,19 @@ Dependency: pretty-1.1.3.6
|
|||
-----------------------------------------------------------------------------
|
||||
|
||||
================================================================================
|
||||
Dependency: primitive-0.8.0.0
|
||||
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
|
||||
================================================================================
|
||||
|
||||
Copyright (c) 2008-2009, Roman Leshchinskiy
|
||||
|
|
@ -891,7 +1029,7 @@ Dependency: primitive-0.8.0.0
|
|||
|
||||
|
||||
================================================================================
|
||||
Dependency: process-1.6.17.0
|
||||
Dependency: process-1.6.25.0
|
||||
================================================================================
|
||||
|
||||
This library (libraries/process) is derived from code from two
|
||||
|
|
@ -959,7 +1097,110 @@ Dependency: process-1.6.17.0
|
|||
-----------------------------------------------------------------------------
|
||||
|
||||
================================================================================
|
||||
Dependency: stm-2.5.1.0
|
||||
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.
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
================================================================================
|
||||
Dependency: splitmix-0.1.1
|
||||
================================================================================
|
||||
|
||||
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
|
||||
================================================================================
|
||||
|
||||
The Glasgow Haskell Compiler License
|
||||
|
|
@ -995,7 +1236,66 @@ Dependency: stm-2.5.1.0
|
|||
DAMAGE.
|
||||
|
||||
================================================================================
|
||||
Dependency: template-haskell-2.20.0.0
|
||||
Dependency: tagged-0.8.8
|
||||
================================================================================
|
||||
|
||||
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.
|
||||
|
||||
================================================================================
|
||||
Dependency: template-haskell-2.21.0.0
|
||||
================================================================================
|
||||
|
||||
|
||||
|
|
@ -1033,7 +1333,7 @@ Dependency: template-haskell-2.20.0.0
|
|||
|
||||
|
||||
================================================================================
|
||||
Dependency: text-2.0.2
|
||||
Dependency: text-2.1.1
|
||||
================================================================================
|
||||
|
||||
Copyright (c) 2008-2009, Tom Harper
|
||||
|
|
@ -1064,7 +1364,7 @@ Dependency: text-2.0.2
|
|||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
================================================================================
|
||||
Dependency: th-compat-0.1.5
|
||||
Dependency: th-compat-0.1.6
|
||||
================================================================================
|
||||
|
||||
Copyright (c) 2020, Ryan Scott
|
||||
|
|
@ -1150,7 +1450,42 @@ Dependency: transformers-0.6.1.0
|
|||
DAMAGE.
|
||||
|
||||
================================================================================
|
||||
Dependency: unix-2.8.4.0
|
||||
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.
|
||||
|
||||
================================================================================
|
||||
Dependency: unix-2.8.6.0
|
||||
================================================================================
|
||||
|
||||
The Glasgow Haskell Compiler License
|
||||
|
|
@ -1186,7 +1521,7 @@ Dependency: unix-2.8.4.0
|
|||
DAMAGE.
|
||||
|
||||
================================================================================
|
||||
Dependency: vector-0.13.1.0
|
||||
Dependency: vector-0.13.2.0
|
||||
================================================================================
|
||||
|
||||
Copyright (c) 2008-2012, Roman Leshchinskiy
|
||||
|
|
|
|||
|
|
@ -38,4 +38,4 @@ notes=`pandoc --from markdown --to markdown --wrap none CHANGELOG.md | \
|
|||
gh release create v$version --title v$version --notes "$notes"
|
||||
|
||||
# create the Hackage release candidate
|
||||
stack upload --test-tarball --candidate --pvp-bounds upper .
|
||||
stack upload --test-tarball --candidate .
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
resolver: lts-22.19
|
||||
pvp-bounds: both
|
||||
resolver: lts-23.23
|
||||
pvp-bounds: upper
|
||||
ghc-options:
|
||||
$locals: -j2
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
packages: []
|
||||
snapshots:
|
||||
- completed:
|
||||
sha256: e5cac927cf7ccbd52aa41476baa68b88c564ee6ddc3bc573dbf4210069287fe7
|
||||
size: 713340
|
||||
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/19.yaml
|
||||
original: lts-22.19
|
||||
sha256: 5e44cb81460cd2f90011ab6868958d58bde10f63babf4847a56118450b51221e
|
||||
size: 683836
|
||||
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/23/23.yaml
|
||||
original: lts-23.23
|
||||
|
|
|
|||
21
sv2v.cabal
21
sv2v.cabal
|
|
@ -27,16 +27,16 @@ executable sv2v
|
|||
, alex:alex >= 3.2 && < 4
|
||||
, happy:happy >= 1.19 && < 3
|
||||
build-depends:
|
||||
, array
|
||||
, base
|
||||
, cmdargs
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
, githash
|
||||
, hashable
|
||||
, mtl
|
||||
, vector
|
||||
, array >= 0.5.3
|
||||
, base >= 4.12
|
||||
, cmdargs >= 0.10.20
|
||||
, containers >= 0.6.0.1
|
||||
, directory >= 1.3.3
|
||||
, filepath >= 1.4.2.1
|
||||
, githash >= 0.1.3.1
|
||||
, hashable >= 1.2.7
|
||||
, mtl >= 2.2.2
|
||||
, vector >= 0.12.0.2
|
||||
other-modules:
|
||||
-- SystemVerilog modules
|
||||
Language.SystemVerilog
|
||||
|
|
@ -134,6 +134,7 @@ executable sv2v
|
|||
-funbox-strict-fields
|
||||
-Wall
|
||||
-Wno-incomplete-uni-patterns
|
||||
-Wno-x-partial
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
|
|
|||
Loading…
Reference in New Issue