mirror of
https://github.com/typeable/generic-arbitrary.git
synced 2024-11-20 18:21:36 +03:00
Merge branch 'master' into fix-instances
This commit is contained in:
commit
fae188c4d4
10
CHANGELOG.md
10
CHANGELOG.md
@ -5,6 +5,16 @@
|
||||
* Recpect the `size` argument
|
||||
* Types with parameters require `Arg` now
|
||||
|
||||
0.2.2
|
||||
-----
|
||||
|
||||
* Resolved an issue where the size of the generators could become negative
|
||||
|
||||
0.2.1
|
||||
-----
|
||||
|
||||
* Added compatibility with GHC 9.2.1
|
||||
|
||||
0.2.0
|
||||
-----
|
||||
|
||||
|
@ -22,6 +22,7 @@ tested-with: GHC == 7.10.3
|
||||
, GHC == 8.4.1
|
||||
, GHC == 8.6.5
|
||||
, GHC == 8.10.1
|
||||
, GHC == 9.0.2
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
@ -1,3 +1,5 @@
|
||||
{-# LANGUAGE FlexibleContexts, UndecidableInstances, TypeOperators, DataKinds, TypeFamilies, ScopedTypeVariables#-}
|
||||
|
||||
{- |
|
||||
|
||||
Generic implementation of the 'arbitrary' method. Example usage:
|
||||
|
@ -1,5 +1 @@
|
||||
resolver: lts-13.21
|
||||
|
||||
extra-deps:
|
||||
- QuickCheck-2.14
|
||||
- splitmix-0.0.5
|
||||
resolver: lts-19.2
|
||||
|
@ -3,24 +3,10 @@
|
||||
# For more information, please see the documentation at:
|
||||
# https://docs.haskellstack.org/en/stable/lock_files
|
||||
|
||||
packages:
|
||||
- completed:
|
||||
hackage: QuickCheck-2.14@sha256:3f536a4b86bef7ec39025f04ef8d76c5ac5a78ba0b42e660b25d0a8f9c811045,7004
|
||||
pantry-tree:
|
||||
size: 2203
|
||||
sha256: 7067593c50ff2e5e83c637ac73009f4bd8f43c29ff256e976bbb14674033abe9
|
||||
original:
|
||||
hackage: QuickCheck-2.14
|
||||
- completed:
|
||||
hackage: splitmix-0.0.5@sha256:4a49661be63f5aea0e132e9ab51be918789bb4dceb4ab9b15b85ba9cbbef5999,5412
|
||||
pantry-tree:
|
||||
size: 1148
|
||||
sha256: b41d4f60cfabab8b02840906191013ee06fe2357371103a471c7cc55eda9e462
|
||||
original:
|
||||
hackage: splitmix-0.0.5
|
||||
packages: []
|
||||
snapshots:
|
||||
- completed:
|
||||
size: 498180
|
||||
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/13/21.yaml
|
||||
sha256: eff2de19a6d4691ccbf6edc1fba858f1918683047dce0f09adede874bbd2a8f3
|
||||
original: lts-13.21
|
||||
sha256: e7e57649a12f6178d1158e4b6f1f1885ed56d210ae6174385271cecc9b1ea974
|
||||
size: 617368
|
||||
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/2.yaml
|
||||
original: lts-19.2
|
||||
|
Loading…
Reference in New Issue
Block a user