Skip to content

Commit

Permalink
switch to oeis2
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed May 23, 2024
1 parent 03411cf commit 6c5f6c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions disco.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ library
splitmix >= 0.1 && < 0.2,
fgl >= 5.5 && < 5.9,
optparse-applicative >= 0.12 && < 0.19,
-- oeis2 < 1.1,
oeis2 >= 1.0.0 && < 1.1,
algebraic-graphs >= 0.5 && < 0.8,
pretty-show >= 1.10 && < 1.11,
boxes >= 0.1.5 && < 0.2,
Expand All @@ -524,7 +524,7 @@ executable disco
unbound-generics >= 0.3 && < 0.5,
lens >= 4.14 && < 5.4,
optparse-applicative >= 0.12 && < 0.19
-- oeis2 < 1.1
oeis2 >= 1.0.0 && < 1.1

default-language: Haskell2010

Expand Down
3 changes: 1 addition & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ extra-deps:
- unbound-generics-0.4.4
- ansi-wl-pprint-0.6.9
- simple-enumeration-0.2.1@sha256:8625b269c1650d3dd0e3887351c153049f4369853e0d525219e07480ea004b9f,1178
# - HTTP-4000.3.16@sha256:6042643c15a0b43e522a6693f1e322f05000d519543a84149cb80aeffee34f71,5947
# HTTP-4000.3 needed for oeis-0.3.10
- oeis2-1.0.7

# Override default flag values for local packages and extra-deps
flags: {}
Expand Down

0 comments on commit 6c5f6c8

Please sign in to comment.