Skip to content

Commit 67d6a17

Browse files
authored
Merge pull request #116 from jneira/floskell-release
Use floskell released version 0.10.3
2 parents 34d4793 + 151944b commit 67d6a17

8 files changed

+8
-17
lines changed

cabal.project

+1-7
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ source-repository-package
1313
location: https://github.com/peti/cabal-plan
1414
tag: 894b76c0b6bf8f7d2f881431df1f13959a8fce87
1515

16-
-- See https://github.com/ennocramer/floskell/pull/45
17-
source-repository-package
18-
type: git
19-
location: https://github.com/jneira/floskell
20-
tag: 78f888f46dae96922d855af1e6a00ea6bb856987
21-
2216
tests: true
2317
documentation: true
2418

@@ -29,4 +23,4 @@ package ghcide
2923

3024
write-ghc-environment-files: never
3125

32-
index-state: 2020-05-13T21:21:45Z
26+
index-state: 2020-05-17T20:25:21Z

ghcide

Submodule ghcide updated 1 file

haskell-language-server.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ executable haskell-language-server
152152
-- which works for now.
153153
, ghc
154154
--------------------------------------------------------------
155-
, ghc-check >= 0.3.0.1
155+
, ghc-check >= 0.3.0.1 && < 0.4
156156
, ghc-paths
157157
, ghcide
158158
, gitrev

stack-8.10.1.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ extra-deps:
1212
- github: peti/cabal-plan
1313
commit: 894b76c0b6bf8f7d2f881431df1f13959a8fce87
1414
- clock-0.7.2
15-
# - floskell-0.10.2
16-
# See https://github.com/ennocramer/floskell/pull/45
17-
- github: jneira/floskell
18-
commit: 78f888f46dae96922d855af1e6a00ea6bb856987
15+
- floskell-0.10.3
1916
# - ghcide-0.1.0
2017
- ghc-exactprint-0.6.3
2118
- lens-4.19.1

stack-8.6.4.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extra-deps:
1616
- constrained-dynamic-0.1.0.0
1717
# - ghcide-0.1.0
1818
- extra-1.6.21
19-
- floskell-0.10.2
19+
- floskell-0.10.3
2020
- fuzzy-0.1.0.0
2121
- ghc-check-0.3.0.1
2222
- ghc-exactprint-0.6.2 # for HaRe

stack-8.6.5.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extra-deps:
1414
- cabal-plan-0.6.2.0
1515
- clock-0.7.2
1616
- extra-1.7.1
17-
- floskell-0.10.2
17+
- floskell-0.10.3
1818
- fuzzy-0.1.0.0
1919
# - ghcide-0.1.0
2020
- ghc-check-0.3.0.1

stack-8.8.2.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extra-deps:
1010
- cabal-helper-1.1.0.0
1111
- clock-0.7.2
1212
- constrained-dynamic-0.1.0.0
13-
- floskell-0.10.2
13+
- floskell-0.10.3
1414
# - ghcide-0.1.0
1515
- ghc-check-0.3.0.1
1616
- ghc-lib-parser-8.10.1.20200412

stack-8.8.3.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extra-deps:
1010
- cabal-helper-1.1.0.0
1111
- clock-0.7.2
1212
- constrained-dynamic-0.1.0.0
13-
- floskell-0.10.2
13+
- floskell-0.10.3
1414
# - ghcide-0.1.0
1515
- ghc-check-0.3.0.1
1616
- ghc-lib-parser-8.10.1.20200412

0 commit comments

Comments
 (0)