-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project Reorganization #61
Conversation
b29d99d
to
264a1ec
Compare
e5b0a4d
to
8dc4c00
Compare
79795ce
to
310a0dd
Compare
57952d3
to
dcb5507
Compare
chat-bots/src/Data/Chat/Bot.hs
Outdated
@@ -50,8 +47,6 @@ import System.FilePath | |||
|
|||
-------------------------------------------------------------------------------- | |||
|
|||
type KBot = (Type -> Type) -> Type -> Type -> Type -> Type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry to be a stickler, but is it possible to redo this PR keeping any changes of this sort out of it?
I think this is good, provided we can ensure nothing else is happening in this PR besides creating three new cabal components and distributing the existing modules amongst them. If anything besides that is happening, can we please separate that out into another PR? |
bb3bf17
to
afb9579
Compare
695f54f
to
d65130e
Compare
241261b
to
93a0385
Compare
93a0385
to
aa35dfa
Compare
126303f
to
d329cb5
Compare
d329cb5
to
12d1aae
Compare
IN PROGRESS
Breaks up the file into 3 cabal projects:
Breaking up the project like this means reduced dependencies in the core chat bot library when we post it to Hackage.