-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from cofree-coffee/gardening/ormolu-formatting
Reformat With Ormolu
- Loading branch information
Showing
22 changed files
with
6,303 additions
and
6,198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,6 +85,7 @@ library | |
CofreeBot.Bot.Context | ||
CofreeBot.Utils | ||
CofreeBot.Utils.ListT | ||
Parsing | ||
|
||
build-depends: | ||
, aeson | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ s, ormolu }: | ||
|
||
{ | ||
format = s "format" "${ormolu}/bin/ormolu --mode inplace $(git ls-files '*.hs')"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
module CofreeBot | ||
( module Behaviors | ||
, module Bot | ||
, module Context | ||
, module Utils | ||
) where | ||
( module Behaviors, | ||
module Bot, | ||
module Context, | ||
module Utils, | ||
) | ||
where | ||
|
||
import CofreeBot.Bot as Bot | ||
import CofreeBot.Bot.Behaviors as Behaviors | ||
import CofreeBot.Bot.Context as Context | ||
import CofreeBot.Utils as Utils | ||
import CofreeBot.Bot as Bot | ||
import CofreeBot.Bot.Behaviors as Behaviors | ||
import CofreeBot.Bot.Context as Context | ||
import CofreeBot.Utils as Utils |
Oops, something went wrong.