diff --git a/.stylish-haskell.yaml b/.stylish-haskell.yaml index 34255ed..bcb1125 100644 --- a/.stylish-haskell.yaml +++ b/.stylish-haskell.yaml @@ -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 diff --git a/madlang.cabal b/madlang.cabal index 56c1966..5fee219 100644 --- a/madlang.cabal +++ b/madlang.cabal @@ -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