Adds stack configs.
This commit is contained in:
parent
642b13c035
commit
dfa7137e9d
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
||||
*.iml
|
||||
.cabal-sandbox
|
||||
cabal.sandbox.config
|
||||
.stack-work
|
||||
.idea
|
||||
dist
|
||||
config.cfg
|
||||
|
10
stack-2.22.yaml
Normal file
10
stack-2.22.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
flags: {}
|
||||
packages:
|
||||
- hask-irc-core/
|
||||
- hask-irc-handlers/
|
||||
- hask-irc-runner/
|
||||
extra-deps:
|
||||
- acid-state-0.13.0
|
||||
- curl-aeson-0.0.4
|
||||
- hslogger-template-2.0.3
|
||||
resolver: lts-2.22
|
11
stack-3.4.yaml
Normal file
11
stack-3.4.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
flags: {}
|
||||
packages:
|
||||
- hask-irc-core/
|
||||
- hask-irc-handlers/
|
||||
- hask-irc-runner/
|
||||
extra-deps:
|
||||
- curl-aeson-0.0.4
|
||||
- hslogger-template-2.0.3
|
||||
- ixset-1.0.6
|
||||
- syb-with-class-0.6.1.6
|
||||
resolver: lts-3.4
|
Loading…
Reference in New Issue
Block a user