diff --git a/.gitignore b/.gitignore index a5b62dc..fbefbb7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.iml .cabal-sandbox cabal.sandbox.config +.stack-work .idea dist config.cfg diff --git a/stack-2.22.yaml b/stack-2.22.yaml new file mode 100644 index 0000000..3654541 --- /dev/null +++ b/stack-2.22.yaml @@ -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 diff --git a/stack-3.4.yaml b/stack-3.4.yaml new file mode 100644 index 0000000..1039915 --- /dev/null +++ b/stack-3.4.yaml @@ -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