我的包在我的stack.yaml包含github。當我運行堆棧解析器時,我收到以下消息:No extra-dep setting found for package at URL:
堆棧:什麼意思是「沒有在URL上找到包的額外設置」
我無法在這種情況下找到堆棧文檔中的文檔。警告表明什麼?需要採取哪些糾正措施?
flags: {}
extra-package-dbs: []
packages:
- '.'
- location: /home/frank/Workspace8/repo8/uniform/uniform-algebras
extra-dep: true
- location: /home/frank/Workspace8/repo8/uniform/uniform-time
extra-dep: true
- location:
git: https://github.com/andrewufrank/uniform-strings.git
commit: ba8bd37567758c1807bf470b3dda4f471cee0f5f
extra-dep: true
- location:
git: https://github.com/andrewufrank/uniform-error.git
commit: 46c62fcf8b4d6b7a5a9a3622c724ab573fce295d
extra-dep: true
extra-deps:
- data-easy-0.7.0
- pipes-4.3.2
resolver: lts-8.13