Skip to content

Commit

Permalink
Bump QuickCheck dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-m committed Aug 3, 2020
1 parent cd8eaee commit 86dc04d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
5.7.0.3
-------

* Bump QuickCheck dependency

5.7.0.2
-------

Expand Down
5 changes: 5 additions & 0 deletions fgl-arbitrary/ChangeLog
@@ -1,3 +1,8 @@
0.2.0.6
-------

* QuickCheck dependency bump

0.2.0.5
-------

Expand Down
6 changes: 3 additions & 3 deletions fgl-arbitrary/fgl-arbitrary.cabal
@@ -1,5 +1,5 @@
name: fgl-arbitrary
version: 0.2.0.5
version: 0.2.0.6
synopsis: QuickCheck support for fgl
description:
Provides Arbitrary instances for fgl graphs (to avoid adding a
Expand All @@ -24,7 +24,7 @@ tested-with: GHC == 7.2.2, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4,

source-repository head
type: git
location: git://github.com/haskell/fgl.git
location: https://github.com/haskell/fgl.git
subdir: fgl-arbitrary

library
Expand All @@ -33,7 +33,7 @@ library
-- other-extensions:
build-depends: base < 5
, fgl >= 5.5.2.0 && < 6
, QuickCheck >= 2.3 && < 2.14
, QuickCheck >= 2.3 && < 2.15
-- hs-source-dirs:
default-language: Haskell2010

Expand Down
4 changes: 2 additions & 2 deletions fgl.cabal
@@ -1,5 +1,5 @@
name: fgl
version: 5.7.0.2
version: 5.7.0.3
license: BSD3
license-file: LICENSE
author: Martin Erwig, Ivan Lazar Miljenovic
Expand Down Expand Up @@ -91,7 +91,7 @@ test-suite fgl-tests {

build-depends: fgl
, base
, QuickCheck >= 2.8 && < 2.14
, QuickCheck >= 2.8 && < 2.15
, hspec >= 2.1 && < 2.8
, containers

Expand Down

0 comments on commit 86dc04d

Please sign in to comment.