Adds stack configs.

master
Abhinav Sarkar 2015-09-07 22:43:25 +05:30
parent 642b13c035
commit dfa7137e9d
3 changed files with 22 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
*.iml
.cabal-sandbox
cabal.sandbox.config
.stack-work
.idea
dist
config.cfg

10
stack-2.22.yaml Normal file
View 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
View 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