Skip to content

Commit 56ff141

Browse files
authored
Merge pull request #624 from gwils/update-fourmolu
Update fourmolu to 0.3.0.0
2 parents e47af55 + 0c1607f commit 56ff141

9 files changed

+9
-9
lines changed

haskell-language-server.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ executable haskell-language-server
113113
, containers
114114
, deepseq
115115
, floskell ^>=0.10
116-
, fourmolu ^>=0.2
116+
, fourmolu ^>=0.3
117117
, ghc
118118
, ghc-boot-th
119119
, ghcide

stack-8.10.1.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extra-deps:
1818
- clock-0.7.2
1919
- data-tree-print-0.1.0.2
2020
- floskell-0.10.4
21-
- fourmolu-0.2.0.0
21+
- fourmolu-0.3.0.0
2222
- ghc-lib-8.10.2.20200916
2323
- ghc-lib-parser-8.10.2.20200916
2424
- hie-bios-0.7.1

stack-8.10.2.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extra-deps:
1818
- clock-0.7.2
1919
- data-tree-print-0.1.0.2
2020
- floskell-0.10.4
21-
- fourmolu-0.2.0.0
21+
- fourmolu-0.3.0.0
2222
- implicit-hie-cradle-0.3.0.0
2323
- implicit-hie-0.1.2.3
2424
- lsp-test-0.11.0.6

stack-8.6.4.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extra-deps:
2626
- Diff-0.4.0
2727
- extra-1.7.3
2828
- floskell-0.10.4
29-
- fourmolu-0.2.0.0
29+
- fourmolu-0.3.0.0
3030
- fuzzy-0.1.0.0
3131
# - ghcide-0.1.0
3232
- ghc-check-0.5.0.1

stack-8.6.5.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extra-deps:
2525
- Diff-0.4.0
2626
- extra-1.7.3
2727
- floskell-0.10.4
28-
- fourmolu-0.2.0.0
28+
- fourmolu-0.3.0.0
2929
- fuzzy-0.1.0.0
3030
# - ghcide-0.1.0
3131
- ghc-check-0.5.0.1

stack-8.8.2.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extra-deps:
2222
- constrained-dynamic-0.1.0.0
2323
- extra-1.7.3
2424
- floskell-0.10.4
25-
- fourmolu-0.2.0.0
25+
- fourmolu-0.3.0.0
2626
# - ghcide-0.1.0
2727
- ghc-check-0.5.0.1
2828
- ghc-exactprint-0.6.3.2

stack-8.8.3.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extra-deps:
2222
- constrained-dynamic-0.1.0.0
2323
- extra-1.7.3
2424
- floskell-0.10.4
25-
- fourmolu-0.2.0.0
25+
- fourmolu-0.3.0.0
2626
# - ghcide-0.1.0
2727
- ghc-exactprint-0.6.3.2
2828
- ghc-lib-8.10.2.20200916

stack-8.8.4.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extra-deps:
2222
- constrained-dynamic-0.1.0.0
2323
- extra-1.7.3
2424
- floskell-0.10.4
25-
- fourmolu-0.2.0.0
25+
- fourmolu-0.3.0.0
2626
# - ghcide-0.1.0
2727
- ghc-exactprint-0.6.3.2
2828
- haskell-src-exts-1.21.1

stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extra-deps:
2525
- Diff-0.4.0
2626
- extra-1.7.3
2727
- floskell-0.10.4
28-
- fourmolu-0.2.0.0
28+
- fourmolu-0.3.0.0
2929
- fuzzy-0.1.0.0
3030
# - ghcide-0.1.0
3131
- ghc-check-0.5.0.1

0 commit comments

Comments
 (0)