;cabal: update cabal files

This commit is contained in:
Simon Michael 2024-09-09 04:50:29 -07:00
parent eaa494a4cb
commit dda3855ba2
2 changed files with 4 additions and 4 deletions

View File

@ -133,7 +133,7 @@ library
, data-default >=0.5
, deepseq
, directory
, doclayout >=0.3 && <0.5
, doclayout >=0.3 && <0.6
, extra >=1.6.3
, file-embed >=0.0.10
, filepath
@ -196,7 +196,7 @@ test-suite doctest
, data-default >=0.5
, deepseq
, directory
, doclayout >=0.3 && <0.5
, doclayout >=0.3 && <0.6
, doctest >=0.18.1
, extra >=1.6.3
, file-embed >=0.0.10
@ -262,7 +262,7 @@ test-suite unittest
, data-default >=0.5
, deepseq
, directory
, doclayout >=0.3 && <0.5
, doclayout >=0.3 && <0.6
, extra >=1.6.3
, file-embed >=0.0.10
, filepath

View File

@ -83,7 +83,7 @@ library
, containers >=0.5.9
, data-default
, directory
, doclayout >=0.3 && <0.5
, doclayout >=0.3 && <0.6
, extra >=1.6.3
, filepath
, fsnotify ==0.4.*