Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa McHale committed Oct 28, 2017
1 parent 0ec9195 commit 589748a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
39 changes: 20 additions & 19 deletions .stylish-haskell.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
---
steps:
- simple_align:
cases: true
top_level_patterns: true
records: true
- imports:
align: global
list_align: after_alias
pad_module_names: true
long_list_align: inline
empty_list_align: inherit
list_padding: 4
separate_lists: true
space_surround: false
- language_pragmas:
style: vertical
align: true
remove_redundant: false
- simple_align:
cases: true
top_level_patterns: true
records: true
- imports:
align: global
list_align: after_alias
pad_module_names: true
long_list_align: inline
empty_list_align: inherit
list_padding: 4
separate_lists: true
space_surround: false
- language_pragmas:
style: vertical
align: true
remove_redundant: false
- trailing_whitespace: {}

- trailing_whitespace: {}
columns: 80
newline: native
language_extensions:
- OverloadedStrings
- OverloadedStrings
2 changes: 1 addition & 1 deletion madlang.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: madlang
version: 3.1.1.11
version: 3.1.1.12
synopsis: Randomized templating language DSL
description: Madlang is a text templating language written in Haskell,
meant to explore computational creativity and generative
Expand Down

0 comments on commit 589748a

Please sign in to comment.