Add basic InfoBot functionality
This commit is contained in:
parent
7d7293293d
commit
ef7d182cef
5 changed files with 172 additions and 9 deletions
|
|
@ -37,6 +37,7 @@ resolver: lts-10.7
|
|||
# will not be run. This is useful for tweaking upstream packages.
|
||||
packages:
|
||||
- .
|
||||
- ../../libs/euph-api/
|
||||
# Dependency packages to be pulled from upstream that are not in the resolver
|
||||
# (e.g., acme-missiles-0.3)
|
||||
# extra-deps: []
|
||||
|
|
@ -63,4 +64,4 @@ packages:
|
|||
# extra-lib-dirs: [/path/to/dir]
|
||||
#
|
||||
# Allow a newer minor version of GHC than the snapshot specifies
|
||||
# compiler-check: newer-minor
|
||||
# compiler-check: newer-minor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue