Skip to content

Commit

Permalink
Merge pull request #112 from TeofilC/wip/resolve-cabal-file-warnings
Browse files Browse the repository at this point in the history
Resolve some cabal file warnings
  • Loading branch information
TeofilC authored Nov 25, 2024
2 parents a215180 + e768a5a commit def36ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ghc-events.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ extra-source-files: include/EventLogFormat.h
test/*.reference
test/Utils.hs
test/stop.hs
README.md
CHANGELOG.md
extra-doc-files: README.md
CHANGELOG.md

source-repository head
type: git
Expand All @@ -58,7 +58,7 @@ library
build-depends: base >= 4.7 && < 4.21,
containers >= 0.5 && < 0.8,
binary >= 0.7 && < 0.11,
bytestring >= 0.10.4,
bytestring >= 0.10.4 && < 0.13,
array >= 0.2 && < 0.6,
text >= 0.11.2.3 && < 2.2,
vector >= 0.7 && < 0.14
Expand Down

0 comments on commit def36ac

Please sign in to comment.