1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00

Merge pull request #546 from github/warn-me-no-more

Fix annoying warning re. inter-project dependencies.
This commit is contained in:
Patrick Thomson 2020-04-30 17:24:20 -04:00 committed by GitHub
commit 66103a1b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ test-suite compiling
main-is: CoreTest.hs
ghc-options: -threaded
build-depends: semantic-python == 0.0.0.0
build-depends: semantic-python
, aeson ^>= 1.4.4
, aeson-pretty ^>= 0.8.7
, bytestring ^>= 0.10.8.2