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

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/.stack-work
2+
/stack.yaml.lock

Diff for: stack.yaml

+2
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)