Skip to content

Commit 8c56175

Browse files
committed
Use cabal-helper patched version for win
That version has a fix to avoid recompiling the cabal-helper executable in windows See DanielG/cabal-helper#117
1 parent 67d6a17 commit 8c56175

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

cabal.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ source-repository-package
1313
location: https://github.com/peti/cabal-plan
1414
tag: 894b76c0b6bf8f7d2f881431df1f13959a8fce87
1515

16+
-- See https://github.com/DanielG/cabal-helper/pull/117
17+
source-repository-package
18+
type: git
19+
location: https://github.com/jneira/cabal-helper
20+
tag: 27736afc4360ec8e2f2e5e7cddf34e2289d3a2cb
21+
1622
tests: true
1723
documentation: true
1824

stack-8.10.1.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ packages:
77

88
extra-deps:
99
- Cabal-3.2.0.0
10-
- cabal-helper-1.1.0.0
10+
# - cabal-helper-1.1.0.0
11+
- github: jneira/cabal-helper
12+
commit: 27736afc4360ec8e2f2e5e7cddf34e2289d3a2cb
1113
# See https://github.com/haskell-hvr/cabal-plan/pull/55
1214
- github: peti/cabal-plan
1315
commit: 894b76c0b6bf8f7d2f881431df1f13959a8fce87

stack-8.6.4.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ extra-deps:
1111
- bytestring-trie-0.2.5.0
1212
- Cabal-3.0.2.0
1313
- cabal-doctest-1.0.8
14-
- cabal-helper-1.1.0.0
14+
# - cabal-helper-1.1.0.0
15+
- github: jneira/cabal-helper
16+
commit: 27736afc4360ec8e2f2e5e7cddf34e2289d3a2cb
1517
- cabal-plan-0.5.0.0
1618
- constrained-dynamic-0.1.0.0
1719
# - ghcide-0.1.0

stack-8.6.5.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ extra-deps:
1010
- brittany-0.12.1.1@rev:2
1111
- butcher-1.3.3.1
1212
- Cabal-3.0.2.0
13-
- cabal-helper-1.1.0.0
13+
# - cabal-helper-1.1.0.0
14+
- github: jneira/cabal-helper
15+
commit: 27736afc4360ec8e2f2e5e7cddf34e2289d3a2cb
1416
- cabal-plan-0.6.2.0
1517
- clock-0.7.2
1618
- extra-1.7.1

stack-8.8.2.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ packages:
77
extra-deps:
88
- apply-refact-0.7.0.0
99
- bytestring-trie-0.2.5.0
10-
- cabal-helper-1.1.0.0
10+
# - cabal-helper-1.1.0.0
11+
- github: jneira/cabal-helper
12+
commit: 27736afc4360ec8e2f2e5e7cddf34e2289d3a2cb
1113
- clock-0.7.2
1214
- constrained-dynamic-0.1.0.0
1315
- floskell-0.10.3

stack-8.8.3.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ packages:
77
extra-deps:
88
- apply-refact-0.7.0.0
99
- bytestring-trie-0.2.5.0
10-
- cabal-helper-1.1.0.0
10+
# - cabal-helper-1.1.0.0
11+
- github: jneira/cabal-helper
12+
commit: 27736afc4360ec8e2f2e5e7cddf34e2289d3a2cb
1113
- clock-0.7.2
1214
- constrained-dynamic-0.1.0.0
1315
- floskell-0.10.3

0 commit comments

Comments
 (0)