-
Brandon S. Allbery authored
also update bootstraps for new hackage-security, and move splitmix constraint to where it will work for more than just validate also updated bootstrap to use ghc 9.10.2, which was missed earlier?
Brandon S. Allbery authoredalso update bootstraps for new hackage-security, and move splitmix constraint to where it will work for more than just validate also updated bootstrap to use ghc 9.10.2, which was missed earlier?
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Cabal-QuickCheck.cabal 587 B
cabal-version: 2.2
name: Cabal-QuickCheck
version: 3.17.0.0
synopsis: QuickCheck instances for types in Cabal
category: Testing
build-type: Simple
description:
Provides QuickCheck Arbitrary instances for some types in Cabal
library
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall
build-depends:
, base
, bytestring
, Cabal ^>=3.17.0.0
, Cabal-syntax ^>=3.17.0.0
, QuickCheck >= 2.13.2 && < 2.17
exposed-modules:
Test.QuickCheck.GenericArbitrary
Test.QuickCheck.Instances.Cabal