Skip to content

Commit def36ac

Browse files
authored
Merge pull request #112 from TeofilC/wip/resolve-cabal-file-warnings
Resolve some cabal file warnings
2 parents a215180 + e768a5a commit def36ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ghc-events.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ extra-source-files: include/EventLogFormat.h
3838
test/*.reference
3939
test/Utils.hs
4040
test/stop.hs
41-
README.md
42-
CHANGELOG.md
41+
extra-doc-files: README.md
42+
CHANGELOG.md
4343

4444
source-repository head
4545
type: git
@@ -58,7 +58,7 @@ library
5858
build-depends: base >= 4.7 && < 4.21,
5959
containers >= 0.5 && < 0.8,
6060
binary >= 0.7 && < 0.11,
61-
bytestring >= 0.10.4,
61+
bytestring >= 0.10.4 && < 0.13,
6262
array >= 0.2 && < 0.6,
6363
text >= 0.11.2.3 && < 2.2,
6464
vector >= 0.7 && < 0.14

0 commit comments

Comments
 (0)