packages feed

proto-lens-arbitrary 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+2/−3 lines, 2 filesdep ~QuickCheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

Files

proto-lens-arbitrary.cabal view
@@ -1,5 +1,5 @@ name:                proto-lens-arbitrary-version:             0.1.0.2+version:             0.1.0.3 synopsis:            Arbitrary instances for proto-lens. description:   The proto-lens-arbitrary allows generating arbitrary messages for@@ -24,4 +24,4 @@                 , containers == 0.5.*                 , text == 1.2.*                 , lens-family == 1.2.*-                , QuickCheck >= 2.8 && < 2.10+                , QuickCheck >= 2.8 && < 2.11
src/Data/ProtoLens/Arbitrary.hs view
@@ -14,7 +14,6 @@  import Data.ProtoLens.Message -import Control.Applicative ((<$>), pure) import Control.Arrow ((&&&)) import Control.Monad (foldM) import qualified Data.ByteString as BS