Skip to content

Commit

Permalink
fix .cabal warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Dec 16, 2023
1 parent 672a078 commit 22a832d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions disco.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ data-dir: lib

data-files: *.disco

extra-source-files: README.md, CHANGELOG.md, stack.yaml, example/*.disco, repl/*.hs
docs/tutorial/example/*.disco
extra-doc-files: README.md, CHANGELOG.md, example/*.disco, docs/tutorial/example/*.disco
extra-source-files: stack.yaml, repl/*.hs
--- TEST FILES BEGIN (updated automatically by add-test-files.hs) ---
test/README.md
test/Tests.hs
Expand Down Expand Up @@ -483,8 +483,8 @@ library
fgl >= 5.5 && < 5.9,
optparse-applicative >= 0.12 && < 0.19,
-- oeis2 < 1.1,
algebraic-graphs >= 0.5,
pretty-show >= 1.10
algebraic-graphs >= 0.5 && < 0.8,
pretty-show >= 1.10 && < 1.11

hs-source-dirs: src
default-language: Haskell2010
Expand Down

0 comments on commit 22a832d

Please sign in to comment.