-
Notifications
You must be signed in to change notification settings - Fork 62
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 #215 from diagrams/linear
Migrate from `vector-space` package to `linear` Make types more polymorphic.
- Loading branch information
Showing
82 changed files
with
3,039 additions
and
3,323 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
import Distribution.Simple | ||
import Distribution.Simple | ||
main = defaultMain |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# stylish-haskell configuration file | ||
# ================================== | ||
|
||
steps: | ||
# Import cleanup | ||
- imports: | ||
# global produced the smallest diff | ||
align: global | ||
|
||
# Language pragmas | ||
- language_pragmas: | ||
style: vertical | ||
remove_redundant: true | ||
|
||
# Align the types in record declarations | ||
- records: {} | ||
|
||
# Remove trailing whitespace | ||
- trailing_whitespace: {} | ||
|
||
# unused steps - UnicodeSyntax, tabs to spaces | ||
|
||
# Wrap to 100 columns, because I feel like it | ||
columns: 100 | ||
|
||
# No language extensions are enabled by default. | ||
# language_extensions: | ||
# - TemplateHaskell | ||
# - QuasiQuotes |
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
Oops, something went wrong.