File tree Expand file tree Collapse file tree 16 files changed +22
-18
lines changed
public/Test/QuickCheck/Classes Expand file tree Collapse file tree 16 files changed +22
-18
lines changed Original file line number Diff line number Diff line change 1+ # 0.3.0.2
2+
3+ - Revised upper bounds for package dependencies.
4+
15# 0.3.0.1
26
37- Added support for GHC ` 9.8 ` .
Original file line number Diff line number Diff line change 186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright © 2022–2023 Jonathan Knowles
189+ Copyright © 2022–2024 Jonathan Knowles
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : quickcheck-monoid-subclasses
3- version : 0.3.0.1
3+ version : 0.3.0.2
44bug-reports : https://github.com/jonathanknowles/quickcheck-monoid-subclasses/issues
55license : Apache-2.0
66license-file : LICENSE
77author : Jonathan Knowles
88maintainer : mail@jonathanknowles.net
9- copyright : 2022–2023 Jonathan Knowles
9+ copyright : 2022–2024 Jonathan Knowles
1010category : Testing
1111synopsis : Testing monoid subclass instances with QuickCheck
1212description :
@@ -23,9 +23,9 @@ common dependency-base
2323common dependency-bytestring
2424 build-depends :bytestring >= 0.10.12.0 && < 0.13
2525common dependency-commutative-semigroups
26- build-depends :commutative-semigroups >= 0.1.0.0 && < 0.2
26+ build-depends :commutative-semigroups >= 0.1.0.0 && < 0.3
2727common dependency-containers
28- build-depends :containers >= 0.6.5.1 && < 0.7
28+ build-depends :containers >= 0.6.5.1 && < 0.8
2929common dependency-hspec
3030 build-depends :hspec >= 2.10.7 && < 2.12
3131common dependency-monoid-subclasses
Original file line number Diff line number Diff line change 11-- |
2- -- Copyright: © 2022–2023 Jonathan Knowles
2+ -- Copyright: © 2022–2024 Jonathan Knowles
33-- License: Apache-2.0
44--
55module Internal
Original file line number Diff line number Diff line change 11-- |
2- -- Copyright: © 2022–2023 Jonathan Knowles
2+ -- Copyright: © 2022–2024 Jonathan Knowles
33-- License: Apache-2.0
44--
55module Internal.Semigroup.Eq
Original file line number Diff line number Diff line change 33{- HLINT ignore "Redundant bracket" -}
44
55-- |
6- -- Copyright: © 2022–2023 Jonathan Knowles
6+ -- Copyright: © 2022–2024 Jonathan Knowles
77-- License: Apache-2.0
88--
99module Internal.Semigroup.Tuple
Original file line number Diff line number Diff line change 11-- |
2- -- Copyright: © 2022–2023 Jonathan Knowles
2+ -- Copyright: © 2022–2024 Jonathan Knowles
33-- License: Apache-2.0
44--
55module Internal.Prelude
Original file line number Diff line number Diff line change 55{- HLINT ignore "Use const" -}
66
77-- |
8- -- Copyright: © 2022–2023 Jonathan Knowles
8+ -- Copyright: © 2022–2024 Jonathan Knowles
99-- License: Apache-2.0
1010--
1111-- This module provides 'Laws' definitions for classes exported by
Original file line number Diff line number Diff line change 33{- HLINT ignore "Redundant ==" -}
44
55-- |
6- -- Copyright: © 2022–2023 Jonathan Knowles
6+ -- Copyright: © 2022–2024 Jonathan Knowles
77-- License: Apache-2.0
88--
99-- This module provides 'Laws' definitions for classes exported by
Original file line number Diff line number Diff line change 33{- HLINT ignore "Use &&" -}
44
55-- |
6- -- Copyright: © 2022–2023 Jonathan Knowles
6+ -- Copyright: © 2022–2024 Jonathan Knowles
77-- License: Apache-2.0
88--
99-- This module provides 'Laws' definitions for classes exported by
You can’t perform that action at this time.
0 commit comments