Skip to content

Commit

Permalink
Bump LTS and allow newer QuickCheck (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Apr 21, 2019
1 parent 0ff0965 commit 0e3ecaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

## 0.4

* #143: Allow newer QuickCheck.
* #171: Implement sparsification for King-Launchbury graph representation.
* #178: Derive `Generic` for adjacency maps.
* #178: Derive `Generic` for adjacency maps.

## 0.3

Expand Down
2 changes: 1 addition & 1 deletion algebraic-graphs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ test-suite test-alga
base-orphans >= 0.5.4 && < 0.9,
containers >= 0.5.5.1 && < 0.8,
extra >= 1.5 && < 2,
QuickCheck >= 2.9 && < 2.13
QuickCheck >= 2.9 && < 2.14
if !impl(ghc >= 8.0)
build-depends: semigroups >= 0.18.3 && < 0.18.4
if impl(ghc >= 8.0.2)
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-12.19
resolver: lts-13.17

packages:
- '.'
Expand Down

0 comments on commit 0e3ecaa

Please sign in to comment.