Refactoring: Moved Happstack things to Server.hs

This commit is contained in:
Vincent Ambo 2014-05-18 22:39:38 +02:00
parent 5f6841afa2
commit a5481e70e4
4 changed files with 250 additions and 221 deletions

20
.stylish.haskell.yaml Normal file
View 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