Skip to content

Commit ba937a2

Browse files
committed
Update stylish-haskell to 0.11.
See haskell/stylish-haskell#265. Without this, stylish-haskell deletes many comments and is generally broken.
1 parent f97d5dc commit ba937a2

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/.stack-work
2+
/stack.yaml.lock

stack.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
---
22
packages: []
33
resolver: lts-15.2
4+
extra-deps:
5+
- stylish-haskell-0.11.0.0

0 commit comments

Comments
 (0)