Skip to content

Commit

Permalink
Update dep upper bounds and bump version number
Browse files Browse the repository at this point in the history
alang9 committed Nov 18, 2020

Unverified

The committer email address is not verified.
1 parent 059a7ff commit b88f001
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions dynamic-graphs.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dynamic-graphs
Version: 0.1.0.3
Version: 0.2.0.0
Synopsis: Dynamic graph algorithms
Description: A library for dynamic graph algorithms, and in particular
dynamic connectivity.
@@ -42,14 +42,17 @@ Library
Build-depends:
base >= 4.8 && < 5,
containers >= 0.3 && < 0.7,
hashable >= 1.0 && < 1.3,
hashable >= 1.0 && < 1.4,
hashtables >= 1.2 && < 1.3,
mwc-random >= 0.12 && < 0.15,
primitive >= 0.5 && < 0.7,
semigroups >= 0.18 && < 0.19,
mwc-random >= 0.12 && < 0.16,
primitive >= 0.5 && < 0.8,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.10 && < 0.13

if !impl(ghc >= 8.0)
build-depends: semigroups == 0.18.*


Test-suite dynamic-graphs-tests
Type: exitcode-stdio-1.0
Ghc-options: -Wall
@@ -79,14 +82,16 @@ Test-suite dynamic-graphs-tests
hashable,
mwc-random,
primitive,
semigroups,
text,
unordered-containers,
QuickCheck,
test-framework,
test-framework-quickcheck2,
test-framework-th

if !impl(ghc >= 8.0)
build-depends: semigroups == 0.18.*

Benchmark dynamic-graphs-benchmarks
Type: exitcode-stdio-1.0
Main-is: bench.hs
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: 'lts-13.0'
resolver: 'lts-16.22'
packages:
- '.'
flags:

0 comments on commit b88f001

Please sign in to comment.