tree-wide: bump hspec bound to < 2.11
This is required to work on the GHC 9.4.3 Nix package set.
This commit is contained in:
parent
8f081bd9ad
commit
77f4e686d4
15 changed files with 31 additions and 31 deletions
|
@ -50,7 +50,7 @@ test-suite spec
|
||||||
test
|
test
|
||||||
default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
|
default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
build-tool-depends: hspec-discover:hspec-discover >=2.5.5 && <2.10
|
build-tool-depends: hspec-discover:hspec-discover >=2.5.5 && <2.11
|
||||||
|
|
||||||
-- dependencies with bounds inherited from the library stanza
|
-- dependencies with bounds inherited from the library stanza
|
||||||
build-depends:
|
build-depends:
|
||||||
|
@ -62,7 +62,7 @@ test-suite spec
|
||||||
|
|
||||||
-- test dependencies
|
-- test dependencies
|
||||||
build-depends:
|
build-depends:
|
||||||
hspec >= 2.5.5 && < 2.10
|
hspec >= 2.5.5 && < 2.11
|
||||||
, QuickCheck >= 2.11.3 && < 2.15
|
, QuickCheck >= 2.11.3 && < 2.15
|
||||||
, aeson >= 1.3.1.1 && < 3
|
, aeson >= 1.3.1.1 && < 3
|
||||||
, bytestring >= 0.10.6.0 && < 0.12
|
, bytestring >= 0.10.6.0 && < 0.12
|
||||||
|
|
|
@ -64,7 +64,7 @@ test-suite spec
|
||||||
test
|
test
|
||||||
default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
|
default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
build-tool-depends: hspec-discover:hspec-discover >=2.5.5 && <2.10
|
build-tool-depends: hspec-discover:hspec-discover >=2.5.5 && <2.11
|
||||||
|
|
||||||
-- dependencies with bounds inherited from the library stanza
|
-- dependencies with bounds inherited from the library stanza
|
||||||
build-depends:
|
build-depends:
|
||||||
|
@ -78,7 +78,7 @@ test-suite spec
|
||||||
-- test dependencies
|
-- test dependencies
|
||||||
build-depends:
|
build-depends:
|
||||||
servant-auth-docs
|
servant-auth-docs
|
||||||
, hspec >= 2.5.5 && < 2.10
|
, hspec >= 2.5.5 && < 2.11
|
||||||
, QuickCheck >= 2.11.3 && < 2.15
|
, QuickCheck >= 2.11.3 && < 2.15
|
||||||
|
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
|
@ -102,7 +102,7 @@ test-suite spec
|
||||||
test
|
test
|
||||||
default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
|
default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
build-tool-depends: hspec-discover:hspec-discover >=2.5.5 && <2.10
|
build-tool-depends: hspec-discover:hspec-discover >=2.5.5 && <2.11
|
||||||
|
|
||||||
-- dependencies with bounds inherited from the library stanza
|
-- dependencies with bounds inherited from the library stanza
|
||||||
build-depends:
|
build-depends:
|
||||||
|
@ -123,7 +123,7 @@ test-suite spec
|
||||||
-- test dependencies
|
-- test dependencies
|
||||||
build-depends:
|
build-depends:
|
||||||
servant-auth-server
|
servant-auth-server
|
||||||
, hspec >= 2.5.5 && < 2.10
|
, hspec >= 2.5.5 && < 2.11
|
||||||
, QuickCheck >= 2.11.3 && < 2.15
|
, QuickCheck >= 2.11.3 && < 2.15
|
||||||
, http-client >= 0.5.13.1 && < 0.8
|
, http-client >= 0.5.13.1 && < 0.8
|
||||||
, lens-aeson >= 1.0.2 && < 1.3
|
, lens-aeson >= 1.0.2 && < 1.3
|
||||||
|
|
|
@ -49,7 +49,7 @@ test-suite spec
|
||||||
test
|
test
|
||||||
default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
|
default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
build-tool-depends: hspec-discover:hspec-discover >= 2.5.5 && <2.10
|
build-tool-depends: hspec-discover:hspec-discover >= 2.5.5 && <2.11
|
||||||
-- dependencies with bounds inherited from the library stanza
|
-- dependencies with bounds inherited from the library stanza
|
||||||
build-depends:
|
build-depends:
|
||||||
base
|
base
|
||||||
|
@ -63,7 +63,7 @@ test-suite spec
|
||||||
-- test dependencies
|
-- test dependencies
|
||||||
build-depends:
|
build-depends:
|
||||||
servant-auth-swagger
|
servant-auth-swagger
|
||||||
, hspec >= 2.5.5 && < 2.10
|
, hspec >= 2.5.5 && < 2.11
|
||||||
, QuickCheck >= 2.11.3 && < 2.15
|
, QuickCheck >= 2.11.3 && < 2.15
|
||||||
other-modules:
|
other-modules:
|
||||||
Servant.Auth.SwaggerSpec
|
Servant.Auth.SwaggerSpec
|
||||||
|
|
|
@ -16,7 +16,7 @@ author: Servant Contributors
|
||||||
maintainer: haskell-servant-maintainers@googlegroups.com
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors
|
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1
|
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1 || ==9.4.2
|
||||||
, GHCJS ==8.6.0.1
|
, GHCJS ==8.6.0.1
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
|
@ -104,8 +104,8 @@ test-suite spec
|
||||||
-- Additional dependencies
|
-- Additional dependencies
|
||||||
build-depends:
|
build-depends:
|
||||||
deepseq >= 1.4.2.0 && < 1.5
|
deepseq >= 1.4.2.0 && < 1.5
|
||||||
, hspec >= 2.6.0 && < 2.10
|
, hspec >= 2.6.0 && < 2.11
|
||||||
, QuickCheck >= 2.12.6.1 && < 2.15
|
, QuickCheck >= 2.12.6.1 && < 2.15
|
||||||
|
|
||||||
build-tool-depends:
|
build-tool-depends:
|
||||||
hspec-discover:hspec-discover >= 2.6.0 && <2.10
|
hspec-discover:hspec-discover >= 2.6.0 && <2.11
|
||||||
|
|
|
@ -20,7 +20,7 @@ author: Servant Contributors
|
||||||
maintainer: haskell-servant-maintainers@googlegroups.com
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors
|
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1
|
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1 || ==9.4.2
|
||||||
, GHCJS ==8.6.0.1
|
, GHCJS ==8.6.0.1
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
|
@ -124,7 +124,7 @@ test-suite spec
|
||||||
-- Additional dependencies
|
-- Additional dependencies
|
||||||
build-depends:
|
build-depends:
|
||||||
entropy >= 0.4.1.3 && < 0.5
|
entropy >= 0.4.1.3 && < 0.5
|
||||||
, hspec >= 2.6.0 && < 2.10
|
, hspec >= 2.6.0 && < 2.11
|
||||||
, HUnit >= 1.6.0.0 && < 1.7
|
, HUnit >= 1.6.0.0 && < 1.7
|
||||||
, network >= 2.8.0.0 && < 3.2
|
, network >= 2.8.0.0 && < 3.2
|
||||||
, QuickCheck >= 2.12.6.1 && < 2.15
|
, QuickCheck >= 2.12.6.1 && < 2.15
|
||||||
|
@ -133,7 +133,7 @@ test-suite spec
|
||||||
, tdigest >= 0.2 && < 0.3
|
, tdigest >= 0.2 && < 0.3
|
||||||
|
|
||||||
build-tool-depends:
|
build-tool-depends:
|
||||||
hspec-discover:hspec-discover >= 2.6.0 && < 2.10
|
hspec-discover:hspec-discover >= 2.6.0 && < 2.11
|
||||||
|
|
||||||
test-suite readme
|
test-suite readme
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
|
|
@ -16,7 +16,7 @@ author: Servant Contributors
|
||||||
maintainer: haskell-servant-maintainers@googlegroups.com
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
copyright: 2018-2019 Servant Contributors
|
copyright: 2018-2019 Servant Contributors
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2
|
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.4.2
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
|
|
|
@ -19,7 +19,7 @@ author: Servant Contributors
|
||||||
maintainer: haskell-servant-maintainers@googlegroups.com
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors
|
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1
|
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1 || ==9.4.2
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
|
|
|
@ -74,7 +74,7 @@ test-suite spec
|
||||||
|
|
||||||
-- Additional dependencies
|
-- Additional dependencies
|
||||||
build-depends:
|
build-depends:
|
||||||
hspec >= 2.6.0 && <2.10
|
hspec >= 2.6.0 && <2.11
|
||||||
build-tool-depends:
|
build-tool-depends:
|
||||||
hspec-discover:hspec-discover >=2.6.0 && <2.10
|
hspec-discover:hspec-discover >=2.6.0 && <2.11
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
|
@ -20,7 +20,7 @@ author: Servant Contributors
|
||||||
maintainer: haskell-servant-maintainers@googlegroups.com
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
copyright: 2019 Servant Contributors
|
copyright: 2019 Servant Contributors
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1
|
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1 || ==9.4.2
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
|
@ -112,7 +112,7 @@ test-suite spec
|
||||||
-- Additional dependencies
|
-- Additional dependencies
|
||||||
build-depends:
|
build-depends:
|
||||||
entropy >= 0.4.1.3 && < 0.5
|
entropy >= 0.4.1.3 && < 0.5
|
||||||
, hspec >= 2.6.0 && < 2.10
|
, hspec >= 2.6.0 && < 2.11
|
||||||
, HUnit >= 1.6.0.0 && < 1.7
|
, HUnit >= 1.6.0.0 && < 1.7
|
||||||
, network >= 2.8.0.0 && < 3.2
|
, network >= 2.8.0.0 && < 3.2
|
||||||
, QuickCheck >= 2.12.6.1 && < 2.15
|
, QuickCheck >= 2.12.6.1 && < 2.15
|
||||||
|
@ -121,7 +121,7 @@ test-suite spec
|
||||||
, tdigest >= 0.2 && < 0.3
|
, tdigest >= 0.2 && < 0.3
|
||||||
|
|
||||||
build-tool-depends:
|
build-tool-depends:
|
||||||
hspec-discover:hspec-discover >= 2.6.0 && < 2.10
|
hspec-discover:hspec-discover >= 2.6.0 && < 2.11
|
||||||
|
|
||||||
test-suite readme
|
test-suite readme
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
|
|
@ -16,7 +16,7 @@ author: Servant Contributors
|
||||||
maintainer: haskell-servant-maintainers@googlegroups.com
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
copyright: 2018-2019 Servant Contributors
|
copyright: 2018-2019 Servant Contributors
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2
|
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.4.2
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
|
|
|
@ -16,7 +16,7 @@ author: Servant Contributors
|
||||||
maintainer: haskell-servant-maintainers@googlegroups.com
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
copyright: 2018-2019 Servant Contributors
|
copyright: 2018-2019 Servant Contributors
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2
|
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.4.2
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
|
|
|
@ -23,7 +23,7 @@ author: Servant Contributors
|
||||||
maintainer: haskell-servant-maintainers@googlegroups.com
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors
|
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1
|
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1 || ==9.4.2
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
|
@ -159,7 +159,7 @@ test-suite spec
|
||||||
build-depends:
|
build-depends:
|
||||||
aeson >= 1.4.1.0 && < 3
|
aeson >= 1.4.1.0 && < 3
|
||||||
, directory >= 1.3.0.0 && < 1.4
|
, directory >= 1.3.0.0 && < 1.4
|
||||||
, hspec >= 2.6.0 && < 2.10
|
, hspec >= 2.6.0 && < 2.11
|
||||||
, hspec-wai >= 0.10.1 && < 0.12
|
, hspec-wai >= 0.10.1 && < 0.12
|
||||||
, QuickCheck >= 2.12.6.1 && < 2.15
|
, QuickCheck >= 2.12.6.1 && < 2.15
|
||||||
, should-not-typecheck >= 2.1.0 && < 2.2
|
, should-not-typecheck >= 2.1.0 && < 2.2
|
||||||
|
@ -167,4 +167,4 @@ test-suite spec
|
||||||
, wai-extra >= 3.0.24.3 && < 3.2
|
, wai-extra >= 3.0.24.3 && < 3.2
|
||||||
|
|
||||||
build-tool-depends:
|
build-tool-depends:
|
||||||
hspec-discover:hspec-discover >= 2.6.0 && <2.10
|
hspec-discover:hspec-discover >= 2.6.0 && <2.11
|
||||||
|
|
|
@ -28,7 +28,7 @@ maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
copyright: (c) 2015-2018, Servant contributors
|
copyright: (c) 2015-2018, Servant contributors
|
||||||
category: Web, Servant, Swagger
|
category: Web, Servant, Swagger
|
||||||
build-type: Custom
|
build-type: Custom
|
||||||
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2
|
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.4.2
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
README.md
|
README.md
|
||||||
|
@ -92,7 +92,7 @@ test-suite doctests
|
||||||
build-depends:
|
build-depends:
|
||||||
base,
|
base,
|
||||||
directory >= 1.0,
|
directory >= 1.0,
|
||||||
doctest >= 0.17 && <0.21,
|
doctest >= 0.17 && <0.22,
|
||||||
servant,
|
servant,
|
||||||
QuickCheck,
|
QuickCheck,
|
||||||
filepath
|
filepath
|
||||||
|
|
|
@ -20,7 +20,7 @@ maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors
|
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
|
||||||
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1
|
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1 || ==9.4.2
|
||||||
, GHCJS ==8.6.0.1
|
, GHCJS ==8.6.0.1
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
|
@ -166,9 +166,9 @@ test-suite spec
|
||||||
|
|
||||||
-- Additional dependencies
|
-- Additional dependencies
|
||||||
build-depends:
|
build-depends:
|
||||||
hspec >= 2.6.0 && < 2.10
|
hspec >= 2.6.0 && < 2.11
|
||||||
, QuickCheck >= 2.12.6.1 && < 2.15
|
, QuickCheck >= 2.12.6.1 && < 2.15
|
||||||
, quickcheck-instances >= 0.3.19 && < 0.4
|
, quickcheck-instances >= 0.3.19 && < 0.4
|
||||||
|
|
||||||
build-tool-depends:
|
build-tool-depends:
|
||||||
hspec-discover:hspec-discover >= 2.6.0 && < 2.10
|
hspec-discover:hspec-discover >= 2.6.0 && < 2.11
|
||||||
|
|
Loading…
Reference in a new issue