diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -107,3 +107,7 @@ in the Haskell mailing lists for their help. | |||
107 | - Simon Beaumont reported the need of QuickCheck<2 and the invalid | 107 | - Simon Beaumont reported the need of QuickCheck<2 and the invalid |
108 | asm("finit") on ppc. He also contributed the configuration options | 108 | asm("finit") on ppc. He also contributed the configuration options |
109 | for the accelerate framework on OS X. | 109 | for the accelerate framework on OS X. |
110 | |||
111 | - Daniel Schüssler added compatibility with QuickCheck 2 as well | ||
112 | as QuickCheck 1 using the C preprocessor. He also added some | ||
113 | implementations for the new "shrink" method of class Arbitrary. | ||