File tree 9 files changed +83
-61
lines changed
9 files changed +83
-61
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,20 @@ packages:
4
4
5
5
source-repository-package
6
6
type : git
7
- location : https://github.com/DanielG/cabal-helper.git
8
- tag : 5b85a4b9e1c6463c94ffa595893ad02c9a3d2ec3
7
+ location : https://github.com/wz1000/shake
8
+ tag : fb3859dca2e54d1bbb2c873e68ed225fa179fbef
9
9
10
+ -- See https://github.com/haskell-hvr/cabal-plan/pull/55
10
11
source-repository-package
11
12
type : git
12
- location : https://github.com/wz1000/shake
13
- tag : fb3859dca2e54d1bbb2c873e68ed225fa179fbef
13
+ location : https://github.com/peti/cabal-plan
14
+ tag : 894b76c0b6bf8f7d2f881431df1f13959a8fce87
15
+
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
14
21
15
22
tests : true
16
23
documentation : true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ library
62
62
, binary
63
63
, bytestring
64
64
, Cabal
65
- , cabal-helper >= 1.0
65
+ , cabal-helper >= 1.1
66
66
, containers
67
67
, data-default
68
68
, deepseq
Original file line number Diff line number Diff line change
1
+ resolver : nightly-2020-05-12
2
+ compiler : ghc-8.10.1
3
+
4
+ packages :
5
+ - .
6
+ - ./ghcide/
7
+
8
+ extra-deps :
9
+ - Cabal-3.2.0.0
10
+ - cabal-helper-1.1.0.0
11
+ # See https://github.com/haskell-hvr/cabal-plan/pull/55
12
+ - github : peti/cabal-plan
13
+ commit : 894b76c0b6bf8f7d2f881431df1f13959a8fce87
14
+ - 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
19
+ # - ghcide-0.1.0
20
+ - ghc-exactprint-0.6.3
21
+ - lens-4.19.1
22
+ - monad-dijkstra-0.1.1.2
23
+ - optics-core-0.3
24
+ - github : wz1000/shake
25
+ commit : fb3859dca2e54d1bbb2c873e68ed225fa179fbef
26
+ - semigroups-0.18.5
27
+ - temporary-1.2.1.1
28
+
29
+ flags :
30
+ haskell-language-server :
31
+ pedantic : true
32
+ # We want to let agpl be the default value in .cabal (True)
33
+ # but brittany is not usable with ghc-8.10.1
34
+ # see https://github.com/lspitzner/brittany/issues/269
35
+ agpl : false
36
+
37
+ # allow-newer: true
38
+
39
+ nix :
40
+ packages : [ icu libcxx zlib ]
41
+
42
+ concurrent-tests : false
Original file line number Diff line number Diff line change 1
- resolver : lts-13.19 # GHC 8.6.4
1
+ resolver : lts-13.19 # Last 8.6.4
2
2
3
3
packages :
4
4
- .
5
5
- ./ghcide/
6
6
7
7
extra-deps :
8
+ - aeson-1.4.3.0
8
9
- brittany-0.12.1.0
9
10
- butcher-1.3.2.1
10
11
- bytestring-trie-0.2.5.0
11
- # - cabal-helper-1 .0.0 .0
12
- - github : DanielG/ cabal-helper
13
- commit : 5b85a4b9e1c6463c94ffa595893ad02c9a3d2ec3
12
+ - Cabal-3 .0.2 .0
13
+ - cabal-doctest-1.0.8
14
+ - cabal-helper-1.1.0.0
14
15
- cabal-plan-0.5.0.0
15
16
- constrained-dynamic-0.1.0.0
16
17
# - ghcide-0.1.0
@@ -21,16 +22,20 @@ extra-deps:
21
22
- ghc-exactprint-0.6.2 # for HaRe
22
23
- ghc-lib-parser-8.10.1.20200412
23
24
- ghc-lib-parser-ex-8.10.0.4
24
- - haddock-api-2.22.0
25
+ - ghc-paths-0.1.0.12
26
+ - haddock-api-2.22.0@rev:1
25
27
- haddock-library-1.8.0
28
+ - happy-1.19.12
26
29
- haskell-lsp-0.22.0.0
27
30
- haskell-lsp-types-0.22.0.0
28
31
- haskell-src-exts-1.21.1
29
32
- hie-bios-0.5.0
30
33
- hlint-2.2.8
31
34
- hoogle-5.0.17.11
32
- - hsimport-0.11.0
35
+ - hsimport-0.11.0@rev:2
36
+ - lens-4.18
33
37
- lsp-test-0.10.3.0
38
+ - microlens-th-0.4.2.3@rev:1
34
39
- monad-dijkstra-0.1.1.2
35
40
- monad-memo-0.4.1
36
41
- multistate-0.8.0.1
@@ -46,6 +51,8 @@ extra-deps:
46
51
- syz-0.2.0.0
47
52
- tasty-rerun-1.1.17
48
53
- temporary-1.2.1.1
54
+ - th-abstraction-0.3.1.0
55
+ - type-equality-1
49
56
- unix-compat-0.5.2
50
57
- unordered-containers-0.2.10.0
51
58
- yaml-0.11.1.2
Original file line number Diff line number Diff line change 1
- resolver : lts-14.22
1
+ resolver : lts-14.27 # Last 8.6.5
2
2
3
3
packages :
4
4
- .
@@ -7,11 +7,10 @@ packages:
7
7
extra-deps :
8
8
- ansi-terminal-0.10.2
9
9
- base-compat-0.11.0
10
- - brittany-0.12.1.1
10
+ - brittany-0.12.1.1@rev:2
11
11
- butcher-1.3.3.1
12
- # - cabal-helper-1.0.0.0
13
- - github : DanielG/cabal-helper
14
- commit : 5b85a4b9e1c6463c94ffa595893ad02c9a3d2ec3
12
+ - Cabal-3.0.2.0
13
+ - cabal-helper-1.1.0.0
15
14
- cabal-plan-0.6.2.0
16
15
- clock-0.7.2
17
16
- extra-1.7.1
@@ -21,11 +20,13 @@ extra-deps:
21
20
- ghc-check-0.3.0.1
22
21
- ghc-lib-parser-8.10.1.20200412
23
22
- ghc-lib-parser-ex-8.10.0.4
23
+ - haddock-api-2.22.0@rev:1
24
24
- haddock-library-1.8.0
25
25
- haskell-lsp-0.22.0.0
26
26
- haskell-lsp-types-0.22.0.0
27
27
- hie-bios-0.5.0
28
28
- indexed-profunctors-0.1
29
+ - lens-4.18
29
30
- lsp-test-0.10.3.0
30
31
- monad-dijkstra-0.1.1.2
31
32
- opentelemetry-0.4.0
@@ -41,6 +42,7 @@ extra-deps:
41
42
commit : fb3859dca2e54d1bbb2c873e68ed225fa179fbef
42
43
- tasty-rerun-1.1.17
43
44
- temporary-1.2.1.1
45
+ - type-equality-1
44
46
- topograph-1
45
47
46
48
flags :
Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ packages:
7
7
extra-deps :
8
8
- apply-refact-0.7.0.0
9
9
- bytestring-trie-0.2.5.0
10
- # - cabal-helper-1.0.0.0
11
- - github : DanielG/cabal-helper
12
- commit : 5b85a4b9e1c6463c94ffa595893ad02c9a3d2ec3
10
+ - cabal-helper-1.1.0.0
13
11
- clock-0.7.2
14
12
- constrained-dynamic-0.1.0.0
15
13
- floskell-0.10.2
Original file line number Diff line number Diff line change 1
- resolver : lts-15.10
1
+ resolver : lts-15.12
2
2
3
3
packages :
4
4
- .
@@ -7,17 +7,14 @@ packages:
7
7
extra-deps :
8
8
- apply-refact-0.7.0.0
9
9
- bytestring-trie-0.2.5.0
10
- # - cabal-helper-1.0.0.0
11
- - github : DanielG/cabal-helper
12
- commit : 5b85a4b9e1c6463c94ffa595893ad02c9a3d2ec3
10
+ - cabal-helper-1.1.0.0
13
11
- clock-0.7.2
14
12
- constrained-dynamic-0.1.0.0
15
13
- floskell-0.10.2
16
14
# - ghcide-0.1.0
17
15
- ghc-check-0.3.0.1
18
16
- ghc-lib-parser-8.10.1.20200412
19
17
- ghc-lib-parser-ex-8.10.0.4
20
- - haddock-library-1.8.0
21
18
- haskell-lsp-0.22.0.0
22
19
- haskell-lsp-types-0.22.0.0
23
20
- haskell-src-exts-1.21.1
Original file line number Diff line number Diff line change 1
- resolver : lts-14.22
1
+ resolver : lts-14.27 # Last 8.6.5
2
2
3
3
packages :
4
4
- .
@@ -7,11 +7,9 @@ packages:
7
7
extra-deps :
8
8
- ansi-terminal-0.10.2
9
9
- base-compat-0.11.0
10
- - brittany-0.12.1.1
11
10
- butcher-1.3.3.1
12
- # - cabal-helper-1.0.0.0
13
- - github : DanielG/cabal-helper
14
- commit : 5b85a4b9e1c6463c94ffa595893ad02c9a3d2ec3
11
+ - Cabal-3.0.2.0
12
+ - cabal-helper-1.1.0.0
15
13
- cabal-plan-0.6.2.0
16
14
- clock-0.7.2
17
15
- extra-1.7.1
@@ -21,11 +19,13 @@ extra-deps:
21
19
- ghc-check-0.3.0.1
22
20
- ghc-lib-parser-8.10.1.20200412
23
21
- ghc-lib-parser-ex-8.10.0.4
22
+ - haddock-api-2.22.0@rev:1
24
23
- haddock-library-1.8.0
25
24
- haskell-lsp-0.22.0.0
26
25
- haskell-lsp-types-0.22.0.0
27
26
- hie-bios-0.5.0
28
27
- indexed-profunctors-0.1
28
+ - lens-4.18
29
29
- lsp-test-0.10.3.0
30
30
- monad-dijkstra-0.1.1.2
31
31
- opentelemetry-0.4.0
@@ -41,6 +41,7 @@ extra-deps:
41
41
commit : fb3859dca2e54d1bbb2c873e68ed225fa179fbef
42
42
- tasty-rerun-1.1.17
43
43
- temporary-1.2.1.1
44
+ - type-equality-1
44
45
- topograph-1
45
46
46
47
flags :
You can’t perform that action at this time.
0 commit comments