packages feed

quickcheck-classes 0.4.14 → 0.4.14.1

raw patch · 3 files changed

+6/−2 lines, 3 files

Files

changelog.md view
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to the [Haskell Package Versioning Policy](https://pvp.haskell.org/). +## [0.4.14.1] - 2018-07-24+### Change+- Build correctly when dependency on semigroupoids is disabled.+ ## [0.4.14] - 2018-07-23 ### Added - commutativeSemigroupLaws
quickcheck-classes.cabal view
@@ -1,5 +1,5 @@ name: quickcheck-classes-version: 0.4.14+version: 0.4.14.1 synopsis: QuickCheck common typeclasses description:   This library provides QuickCheck properties to ensure
src/Test/QuickCheck/Classes.hs view
@@ -60,7 +60,7 @@   , plusLaws   , extendedPlusLaws #endif-#if defined(VERSION_semigroupoids) && MIN_VERSION_base(4,9,0) || MIN_VERSION_transformers(0,5,0)+#if defined(VERSION_semigroupoids) && (MIN_VERSION_base(4,9,0) || MIN_VERSION_transformers(0,5,0))   , semigroupoidLaws   , commutativeSemigroupoidLaws #endif