packages feed

quickcheck-transformer 0.3.1.1 → 0.3.1.2

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~randomdep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: random, transformers

API changes (from Hackage documentation)

Files

quickcheck-transformer.cabal view
@@ -1,13 +1,13 @@ Cabal-Version: 2.2 Name:          quickcheck-transformer-Version:       0.3.1.1+Version:       0.3.1.2 Synopsis:      A GenT monad transformer for QuickCheck library. Description:   A fork of QuickCheck-GenT that works for older GHC versions   and uses the Test module folder like QuickCheck. License:       MIT License-File:  LICENSE-Homepage:      http://hub.darcs.net/thielema/quickcheck-transformer/+Homepage:      https://hub.darcs.net/thielema/quickcheck-transformer/ Author:        Nikita Volkov <nikita.y.volkov@mail.ru> Maintainer:    Henning Thielemann <haskell@henning-thielemann.de> Copyright:@@ -18,13 +18,13 @@   Source-Repository this-  Tag:         0.3.1.1+  Tag:         0.3.1.2   Type:        darcs-  Location:    http://hub.darcs.net/thielema/quickcheck-transformer/+  Location:    https://hub.darcs.net/thielema/quickcheck-transformer/  Source-Repository head   Type:        darcs-  Location:    http://hub.darcs.net/thielema/quickcheck-transformer/+  Location:    https://hub.darcs.net/thielema/quickcheck-transformer/   Library@@ -40,7 +40,7 @@   Build-Depends:     QuickCheck >=2.7 && <3,     random >=1.0 && <1.3,-    transformers >=0.5 && <0.6,+    transformers >=0.5 && <0.7,     base >=4.3 && <5   Default-Language: Haskell2010   GHC-Options: -Wall