Skip to content

bump QuickCheck #326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.19.20250330
# version: 0.19.20250506
#
# REGENDATA ("0.19.20250330",["github","cabal.project"])
# REGENDATA ("0.19.20250506",["github","cabal.project"])
#
name: Haskell-CI
on:
Expand All @@ -37,9 +37,9 @@ jobs:
compilerVersion: 9.12.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.10.1
- compiler: ghc-9.10.2
compilerKind: ghc
compilerVersion: 9.10.1
compilerVersion: 9.10.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.8.4
Expand Down Expand Up @@ -100,8 +100,8 @@ jobs:
chmod a+x "$HOME/.ghcup/bin/ghcup"
- name: Install cabal-install
run: |
"$HOME/.ghcup/bin/ghcup" install cabal 3.14.1.1-p1 || (cat "$HOME"/.ghcup/logs/*.* && false)
echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.1.1-p1 -vnormal+nowrap" >> "$GITHUB_ENV"
"$HOME/.ghcup/bin/ghcup" install cabal 3.14.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.2.0 -vnormal+nowrap" >> "$GITHUB_ENV"
- name: Install GHC (GHCup)
if: matrix.setup-method == 'ghcup'
run: |
Expand Down
2 changes: 1 addition & 1 deletion example-client/example-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cabal-version: >=1.10

tested-with:
GHC == 9.12.2
GHC == 9.10.1
GHC == 9.10.2
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
Expand Down
6 changes: 3 additions & 3 deletions hackage-repo-tool/hackage-repo-tool.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 1.12
name: hackage-repo-tool
version: 0.1.1.4
x-revision: 1
x-revision: 2

build-type: Simple
synopsis: Manage secure file-based package repositories
Expand All @@ -25,7 +25,7 @@ bug-reports: https://github.com/haskell/hackage-security/issues

tested-with:
GHC == 9.12.2
GHC == 9.10.1
GHC == 9.10.2
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
Expand Down Expand Up @@ -71,7 +71,7 @@ executable hackage-repo-tool

build-depends: microlens >= 0.4.9.1 && < 0.5,
-- microlens-0.4.9.1 is the version in Stackage LTS-12.26 (GHC 8.4)
optparse-applicative >= 0.13 && < 0.19,
optparse-applicative >= 0.13 && < 0.20,
tar >= 0.5 && < 0.7,
zlib >= 0.6 && < 0.8,
hackage-security >= 0.6 && < 0.7
Expand Down
4 changes: 2 additions & 2 deletions hackage-root-tool/hackage-root-tool.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cabal-version: >=1.10

tested-with:
GHC == 9.12.2
GHC == 9.10.1
GHC == 9.10.2
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
Expand All @@ -40,7 +40,7 @@ executable hackage-root-tool
main-is: Main.hs
build-depends: base >= 4.11 && < 5,
filepath >= 1.4.2 && < 1.6,
optparse-applicative >= 0.13 && < 0.19,
optparse-applicative >= 0.13 && < 0.20,
hackage-security >= 0.5 && < 0.7
default-language: Haskell2010
other-extensions: CPP, ScopedTypeVariables, RecordWildCards
Expand Down
2 changes: 1 addition & 1 deletion hackage-security-HTTP/hackage-security-HTTP.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build-type: Simple

tested-with:
GHC == 9.12.2
GHC == 9.10.1
GHC == 9.10.2
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
Expand Down
2 changes: 1 addition & 1 deletion hackage-security-curl/hackage-security-curl.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cabal-version: >=1.10

tested-with:
GHC == 9.12.2
GHC == 9.10.1
GHC == 9.10.2
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extra-source-files: ChangeLog.md

tested-with:
GHC == 9.12.2
GHC == 9.10.1
GHC == 9.10.2
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
Expand Down
7 changes: 7 additions & 0 deletions hackage-security/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
See also http://pvp.haskell.org/faq

0.6.3.1
-------

* Allow `QuickCheck-2.16`.
* Tested with GHC 8.4 - 9.12.


0.6.3.0
-------

Expand Down
6 changes: 3 additions & 3 deletions hackage-security/hackage-security.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12
name: hackage-security
version: 0.6.3.0
version: 0.6.3.1

synopsis: Hackage security library
description: The hackage security library provides both server and
Expand Down Expand Up @@ -32,7 +32,7 @@ build-type: Simple

tested-with:
GHC == 9.12.2
GHC == 9.10.1
GHC == 9.10.2
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
Expand Down Expand Up @@ -213,7 +213,7 @@ test-suite TestSuite
-- tasty-1.1.0.4 is the version in Stackage LTS 12.26 (GHC 8.4)
tasty-hunit == 0.10.*,
tasty-quickcheck >= 0.10 && < 1,
QuickCheck >= 2.11 && < 2.16,
QuickCheck >= 2.11 && < 2.17,
aeson >= 1.4 && < 1.6 || >= 2.0 && < 2.3,
vector >= 0.12 && < 0.14,
unordered-containers >= 0.2.8.0 && < 0.3,
Expand Down
14 changes: 7 additions & 7 deletions hackage-security/tests/TestSuite.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
module Main (main) where

-- stdlib
import Control.Exception
import Control.Monad
import Control.Exception ( handleJust )
import Control.Monad ( unless )
import Data.Maybe (fromJust)
import Data.Time
import Network.URI (URI, parseURI)
import Test.Tasty
import Test.Tasty.HUnit
import Test.Tasty.QuickCheck hiding (label)
import Data.Time ( UTCTime, getCurrentTime )
import Network.URI ( URI, parseURI )
import Test.Tasty ( defaultMain, testGroup, TestTree )
import Test.Tasty.HUnit ( testCase, (@?=), assertEqual, assertFailure, Assertion )
import Test.Tasty.QuickCheck ( testProperty )
import System.IO.Temp (withSystemTempDirectory)
import qualified Codec.Archive.Tar.Entry as Tar
import qualified Data.ByteString.Lazy.Char8 as BS
Expand Down
4 changes: 2 additions & 2 deletions precompute-fileinfo/precompute-fileinfo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cabal-version: >=1.10

tested-with:
GHC == 9.12.2
GHC == 9.10.1
GHC == 9.10.2
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
Expand All @@ -34,7 +34,7 @@ executable precompute-fileinfo
containers >= 0.5.11 && < 0.8,
deepseq >= 1.4.3 && < 1.6,
filepath >= 1.4.2 && < 1.6,
optparse-applicative >= 0.13 && < 0.19,
optparse-applicative >= 0.13 && < 0.20,
SHA >= 1.6.4 && < 1.7,
tar >= 0.5.0.2 && < 0.7,
-- tar-0.5.0.2 is the version in Stackage LTS-12.26 (GHC 8.4)
Expand Down
Loading