From 22a832d48e59c18fd6f3dfc99a01754ffa11b71b Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Sat, 16 Dec 2023 14:19:22 -0600 Subject: [PATCH] fix .cabal warnings --- disco.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/disco.cabal b/disco.cabal index a73ca572..dc457880 100644 --- a/disco.cabal +++ b/disco.cabal @@ -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 @@ -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