Refactoring: Moved Happstack things to Server.hs
This commit is contained in:
parent
5f6841afa2
commit
a5481e70e4
4 changed files with 250 additions and 221 deletions
20
.stylish.haskell.yaml
Normal file
20
.stylish.haskell.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
steps:
|
||||
- imports:
|
||||
align: group
|
||||
- language_pragmas:
|
||||
style: vertical
|
||||
remove_redundant: true
|
||||
- records: {}
|
||||
- trailing_whitespace: {}
|
||||
columns: 120
|
||||
language_extensions:
|
||||
- DeriveDataTypeable
|
||||
- FlexibleContexts
|
||||
- GeneralizedNewtypeDeriving
|
||||
- MultiParamTypeClasses
|
||||
- OverloadedStrings
|
||||
- RecordWildCards
|
||||
- ScopedTypeVariables
|
||||
- TemplateHaskell
|
||||
- TypeFamilies
|
||||
- QuasiQuotes
|
||||
Loading…
Add table
Add a link
Reference in a new issue