Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 04ef45f

Browse files
authored
Merge pull request #1 from alanz/ghc-8.8.1-az
Get rid of allow-newer in stack files
2 parents 180fff6 + 6ebb475 commit 04ef45f

File tree

5 files changed

+20
-11
lines changed

5 files changed

+20
-11
lines changed

.gitmodules

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
[submodule "submodules/cabal-helper"]
1414
path = submodules/cabal-helper
15-
url = https://github.com/DanielG/cabal-helper.git
15+
# url = https://github.com/DanielG/cabal-helper.git
16+
url = https://github.com/alanz/cabal-helper.git
1617

1718
[submodule "submodules/apply-refact"]
1819
path = submodules/apply-refact

cabal.project

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ packages:
44

55
-- ./submodules/HaRe
66
./submodules/cabal-helper/
7+
./submodules/apply-refact
78

89
tests: true
910

stack-8.8.1.yaml

+8-3
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,23 @@ extra-deps:
88
- ./submodules/cabal-helper
99
- ./submodules/apply-refact
1010

11-
- hie-bios-0.3.2
1211
- bytestring-trie-0.2.5.0
12+
- clock-0.7.2
1313
- constrained-dynamic-0.1.0.0
1414
- floskell-0.10.2
1515
- fold-debounce-0.2.0.9
1616
- haddock-api-2.23.0
1717
- haddock-library-1.8.0
18-
- hoogle-5.0.17.13
18+
- haskell-src-exts-1.21.1
19+
- hie-bios-0.3.2
20+
# - hoogle-5.0.17.13
21+
- hoogle-5.0.17.11
1922
- hsimport-0.11.0
2023
- monad-dijkstra-0.1.1.2
24+
- semigroups-0.18.5
25+
- temporary-1.2.1.1
2126

22-
allow-newer: true
27+
# allow-newer: true
2328

2429
flags:
2530
haskell-ide-engine:

stack.yaml

+8-6
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,30 @@ extra-deps:
88
- ./submodules/cabal-helper
99
- ./submodules/apply-refact
1010

11-
- hie-bios-0.3.2
1211
- bytestring-trie-0.2.5.0
12+
- clock-0.7.2
1313
- constrained-dynamic-0.1.0.0
1414
- floskell-0.10.2
1515
- fold-debounce-0.2.0.9
1616
- haddock-api-2.23.0
1717
- haddock-library-1.8.0
18-
- hoogle-5.0.17.13
18+
- haskell-src-exts-1.21.1
19+
- hie-bios-0.3.2
20+
# - hoogle-5.0.17.13
21+
- hoogle-5.0.17.11
1922
- hsimport-0.11.0
2023
- monad-dijkstra-0.1.1.2
24+
- semigroups-0.18.5
25+
- temporary-1.2.1.1
2126

22-
allow-newer: true
27+
# allow-newer: true
2328

2429
flags:
2530
haskell-ide-engine:
2631
pedantic: true
2732
hie-plugin-api:
2833
pedantic: true
2934

30-
31-
# allow-newer: true
32-
3335
nix:
3436
packages: [ icu libcxx zlib ]
3537

0 commit comments

Comments
 (0)