Skip to content

Commit d39c88f

Browse files
committed
Dependency bumps
Closes #82
1 parent 4381a44 commit d39c88f

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ matrix:
4545
compiler: ": #GHC 8.4.3"
4646
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3], sources: [hvr-ghc]}}
4747
- env: CABALVER=2.4 GHCVER=8.6.1
48-
compiler: ": #GHC 8.6.1"
49-
addons: {apt: {packages: [cabal-install-2.4,ghc-8.6.1], sources: [hvr-ghc]}}
48+
compiler: ": #GHC 8.6.2"
49+
addons: {apt: {packages: [cabal-install-2.4,ghc-8.6.2], sources: [hvr-ghc]}}
5050
- env: CABALVER=head GHCVER=head
5151
compiler: ": #GHC head"
5252
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}

fgl-arbitrary/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.2.0.4
2+
-------
3+
4+
* QuickCheck and HSpec dependency bump
5+
16
0.2.0.3
27
-------
38

fgl-arbitrary/fgl-arbitrary.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fgl-arbitrary
2-
version: 0.2.0.3
2+
version: 0.2.0.4
33
synopsis: QuickCheck support for fgl
44
description:
55
Provides Arbitrary instances for fgl graphs (to avoid adding a
@@ -29,7 +29,7 @@ library
2929
-- other-extensions:
3030
build-depends: base < 5
3131
, fgl >= 5.5.2.0 && < 6
32-
, QuickCheck >= 2.3 && < 2.12
32+
, QuickCheck >= 2.3 && < 2.13
3333
-- hs-source-dirs:
3434
default-language: Haskell2010
3535

@@ -43,8 +43,8 @@ test-suite fgl-arbitrary-tests
4343
build-depends: fgl-arbitrary
4444
, fgl
4545
, base
46-
, QuickCheck >= 2.3 && < 2.12
47-
, hspec >= 2.1 && < 2.6
46+
, QuickCheck >= 2.3 && < 2.13
47+
, hspec >= 2.1 && < 2.7
4848
, containers
4949

5050
hs-source-dirs: test

fgl.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extra-source-files:
1919

2020
tested-with: GHC == 7.0.4, GHC == 7.2.2, GHC == 7.4.2, GHC == 7.6.3,
2121
GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1, GHC == 8.2.2,
22-
GHC == 8.4.3, GHC == 8.6.1
22+
GHC == 8.4.3, GHC == 8.6.2, GHC == 8.7.*
2323

2424
source-repository head
2525
type: git
@@ -91,8 +91,8 @@ test-suite fgl-tests {
9191

9292
build-depends: fgl
9393
, base
94-
, QuickCheck >= 2.8 && < 2.12
95-
, hspec >= 2.1 && < 2.6
94+
, QuickCheck >= 2.8 && < 2.13
95+
, hspec >= 2.1 && < 2.7
9696
, containers
9797

9898
hs-source-dirs: test

0 commit comments

Comments
 (0)