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

Commit 97f6408

Browse files
committed
Fix stack build
1 parent ee0fe2f commit 97f6408

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
[submodule "submodules/floskell"]
3636
path = submodules/floskell
3737
# url = https://github.com/alanz/floskell
38-
url = https://github.com/bubba/floskell
38+
url = https://github.com/ennocramer/floskell
3939
[submodule "haskell-lsp"]
4040
path = haskell-lsp
4141
url = https://github.com/mpickering/haskell-lsp.git

stack-8.6.4.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ resolver: lts-13.15 # GHC 8.6.4
22
packages:
33
- .
44
- hie-plugin-api
5+
- hie-bios
56

67
extra-deps:
78
- ./submodules/HaRe
@@ -12,6 +13,7 @@ extra-deps:
1213
- ./submodules/floskell
1314

1415
- butcher-1.3.2.1
16+
- bytestring-trie-0.2.5.0
1517
- cabal-plan-0.4.0.0
1618
- constrained-dynamic-0.1.0.0
1719
- haddock-api-2.22.0

0 commit comments

Comments
 (0)